Skip to content

Commit

Permalink
Merge pull request #19 from iNecas/ensure-seed-after-httpd
Browse files Browse the repository at this point in the history
Fixes #4839 - make sure http is running before the seed script
  • Loading branch information
mccun934 committed Apr 2, 2014
2 parents 2604bd1 + 56d75a7 commit 6be7c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@

class { 'katello::service': }

Service['httpd'] -> Exec['foreman-rake-db:seed']

User<|title == apache|>{groups +> $user_groups}
}

0 comments on commit 6be7c9f

Please sign in to comment.