diff options
author | mh <mh@immerda.ch> | 2008-07-02 20:45:19 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-02 20:45:19 +0000 |
commit | 7e6a85d802f10a98502063beb74bba9636408a25 (patch) | |
tree | 6c1aba52b31202ca0d4252b93b74cd18be77646e | |
parent | 922700e53b4c587aab4ee949457a244f0d0c58f2 (diff) |
maybe fixing dependency
-rw-r--r-- | manifests/puppetmaster/cluster.pp | 4 |
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], } } |