diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:10:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 20:10:29 -0200 |
commit | 86b607df557c663e6037a45aa629c136b54ffe42 (patch) | |
tree | 1f9fdb5cad8ac123acf2a0d81099d02a29f7dc6d | |
parent | 3f398a27a5db8e32e2f177b7442f446602eddbf7 (diff) | |
download | puppet-puppet-86b607df557c663e6037a45aa629c136b54ffe42.tar.gz puppet-puppet-86b607df557c663e6037a45aa629c136b54ffe42.tar.bz2 |
Oops 2
-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 14876ea..96fdb68 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -1,6 +1,6 @@ # handles puppetmasterd service class puppetmasterd( - $main => false + $main = false ) { # Configuration |