summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-02 20:32:07 +0000
committermh <mh@immerda.ch>2008-07-02 20:32:07 +0000
commit47b1850555111378d61640a12f22aa4331e2c51a (patch)
treec51e8f3d8653daec8dabdcf750688a373ac87217 /manifests/puppetmaster/cluster.pp
parente7bdfe47bd5eb8cb4c9affd5844949c88939e13d (diff)
adding requirements, not overwrite
Diffstat (limited to 'manifests/puppetmaster/cluster.pp')
-rw-r--r--manifests/puppetmaster/cluster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster/cluster.pp b/manifests/puppetmaster/cluster.pp
index af32637..826737a 100644
--- a/manifests/puppetmaster/cluster.pp
+++ b/manifests/puppetmaster/cluster.pp
@@ -8,7 +8,7 @@ class puppet::puppetmaster::cluster inherits puppet::puppetmaster {
}
File[puppet_config] {
- require => [ Package[mongrel], Package[nginx], File[nginx_config] ],
+ require +> [ Package[mongrel], Package[nginx], File[nginx_config] ],
}
case $operatingsystem {