summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/cluster/base.pp')
-rw-r--r--manifests/puppetmaster/cluster/base.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/puppetmaster/cluster/base.pp b/manifests/puppetmaster/cluster/base.pp
index 1aa1f8b..8c90153 100644
--- a/manifests/puppetmaster/cluster/base.pp
+++ b/manifests/puppetmaster/cluster/base.pp
@@ -1,6 +1,7 @@
class puppet::puppetmaster::cluster::base inherits puppet::puppetmaster::base {
- include mongrel, nginx
+ include mongrel, nginx
+
File[puppet_config] {
require +> [ Package[mongrel], Package[nginx], File[nginx_config] ],
}