summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 36ff48b..a78211e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -74,12 +74,12 @@ class puppetmaster inherits puppet {
define puppet::config($source = ''){
$real_source = $source ? {
- '' => 'puppet/client/puppet.conf'
+ '' => 'puppet/client/puppet.conf',
default => $source,
}
file { 'pupet_config':
- path => '/etc/puppet/puppet.conf'
+ path => '/etc/puppet/puppet.conf',
owner => root,
group => 0,
mode => 600,