diff options
author | mh <mh@immerda.ch> | 2008-04-10 22:14:07 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-10 22:14:07 +0000 |
commit | fba5e67189374191176483bac7204ea6676d3a58 (patch) | |
tree | 2e39e78bfb0c26f6c43c333e7b71c7f2b95deb6f /manifests | |
parent | 3b2190f24760c38500d701fa35e5bb6f7ed94c55 (diff) |
fixed paths
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 17230f6..309033b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -19,7 +19,7 @@ class puppet { } file { 'puppet_config': - path => '/etc/puppet/puppet.conf', + path => "$config", owner => root, group => 0, mode => 600, @@ -105,7 +105,7 @@ class puppetmaster::linux inherits puppet::linux { default => "puppet://$server/$puppet_fileserver_source" } - file { '/etc/puppet/fileserver.conf': + file { "$fileserverconfig": owner => root, group => 0, mode => 600, |