diff options
-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 |