diff options
author | mh <mh@immerda.ch> | 2010-08-06 19:36:40 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-06 19:36:40 +0200 |
commit | 7d904841c15873db9ac1745f659d8464fd45f41a (patch) | |
tree | 991567a2557fa59b6502d2c0bcf87f6c786c5c34 /manifests/puppetmaster/cluster | |
parent | 6bd681ab05072964efc95ecfe2816e371e45a862 (diff) |
codestyle - whitespace
Only code style and whitespace formatting issues. Everything should
no be in ligne.
Diffstat (limited to 'manifests/puppetmaster/cluster')
-rw-r--r-- | manifests/puppetmaster/cluster/base.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/puppetmaster/cluster/base.pp b/manifests/puppetmaster/cluster/base.pp index 759b0d2..1aa1f8b 100644 --- a/manifests/puppetmaster/cluster/base.pp +++ b/manifests/puppetmaster/cluster/base.pp @@ -1,8 +1,8 @@ class puppet::puppetmaster::cluster::base inherits puppet::puppetmaster::base { - include mongrel, nginx + include mongrel, nginx - File[puppet_config] { - require +> [ Package[mongrel], Package[nginx], File[nginx_config] ], - } + File[puppet_config] { + require +> [ Package[mongrel], Package[nginx], File[nginx_config] ], + } } |