diff options
author | mh <mh@immerda.ch> | 2008-07-02 20:41:15 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-02 20:41:15 +0000 |
commit | 922700e53b4c587aab4ee949457a244f0d0c58f2 (patch) | |
tree | 1d5999ad20a9b5c6eac718f4cf938df8fcff5148 /manifests/puppetmaster | |
parent | 042ab2e89b13072fce86bf79efd6d588a2df0ba1 (diff) |
fixed missing bracket
Diffstat (limited to 'manifests/puppetmaster')
-rw-r--r-- | manifests/puppetmaster/cluster.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppetmaster/cluster.pp b/manifests/puppetmaster/cluster.pp index 36094ce..b572c04 100644 --- a/manifests/puppetmaster/cluster.pp +++ b/manifests/puppetmaster/cluster.pp @@ -31,6 +31,7 @@ class puppet::puppetmaster::linux::cluster inherits puppet::puppetmaster::linux Service[puppetmaster]{ require +> Service[ngnix], } +} class puppet::puppetmaster::package::cluster inherits puppet::puppetmaster::package { Service[puppetmaster]{ require +> Service[ngnix], |