diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 19:59:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 19:59:32 -0200 |
commit | 3f398a27a5db8e32e2f177b7442f446602eddbf7 (patch) | |
tree | d9e3152b23c48d2f82a2eaf0594bbec6beb766c4 | |
parent | e53682c533248f365c8258dfb024d97156018c44 (diff) | |
download | puppet-puppet-3f398a27a5db8e32e2f177b7442f446602eddbf7.tar.gz puppet-puppet-3f398a27a5db8e32e2f177b7442f446602eddbf7.tar.bz2 |
Oops
-rw-r--r-- | manifests/puppetmasterd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 122f1dd..14876ea 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -1,6 +1,6 @@ # handles puppetmasterd service class puppetmasterd( - $main => false, + $main => false ) { # Configuration |