diff options
Diffstat (limited to 'manifests/puppetmaster')
-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], } } |