summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 00:52:18 +0000
committermh <mh@immerda.ch>2008-01-31 00:52:18 +0000
commit5dbeb667c63e454c676dd74748c15a3b05ffa117 (patch)
treed27e519b60b49a8bc67c71d431f8bfc327af38ac /manifests
parentc9ad61c6de6abfeb104ea5410392c5baaab689fa (diff)
fixed typo
Diffstat (limited to 'manifests')
-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,