summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/cluster.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-02 20:45:19 +0000
committermh <mh@immerda.ch>2008-07-02 20:45:19 +0000
commit7e6a85d802f10a98502063beb74bba9636408a25 (patch)
tree6c1aba52b31202ca0d4252b93b74cd18be77646e /manifests/puppetmaster/cluster.pp
parent922700e53b4c587aab4ee949457a244f0d0c58f2 (diff)
maybe fixing dependency
Diffstat (limited to 'manifests/puppetmaster/cluster.pp')
-rw-r--r--manifests/puppetmaster/cluster.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/puppetmaster/cluster.pp b/manifests/puppetmaster/cluster.pp
index b572c04..d52f4b0 100644
--- a/manifests/puppetmaster/cluster.pp
+++ b/manifests/puppetmaster/cluster.pp
@@ -29,11 +29,11 @@ class puppet::puppetmaster::cluster inherits puppet::puppetmaster {
class puppet::puppetmaster::linux::cluster inherits puppet::puppetmaster::linux {
Service[puppetmaster]{
- require +> Service[ngnix],
+ require +> Class[nginx],
}
}
class puppet::puppetmaster::package::cluster inherits puppet::puppetmaster::package {
Service[puppetmaster]{
- require +> Service[ngnix],
+ require +> Class[ngnix],
}
}