summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/puppetd.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index a26bba2..d310ab9 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -17,7 +17,8 @@ class puppetd inherits puppet {
# default config file for puppet nodes
case $puppetmasterd_present {
- false: {
+ true: { }
+ default: {
file { "/etc/puppet/puppet.conf":
ensure => file,
owner => puppet,