summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-10 22:14:07 +0000
committermh <mh@immerda.ch>2008-04-10 22:14:07 +0000
commitfba5e67189374191176483bac7204ea6676d3a58 (patch)
tree2e39e78bfb0c26f6c43c333e7b71c7f2b95deb6f /manifests/init.pp
parent3b2190f24760c38500d701fa35e5bb6f7ed94c55 (diff)
fixed paths
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
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,