summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:57:46 +0100
committermh <mh@immerda.ch>2009-11-02 00:57:46 +0100
commite80e95edb9007440faa9251a6e6621116783ed91 (patch)
treeaacac58f9e93d3b500da86f444117fa888bc0b4e /manifests/puppetmaster/centos.pp
parent5b45f060070ef4d8b55e49c611ed7d75b8c7a347 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/puppetmaster/centos.pp')
-rw-r--r--manifests/puppetmaster/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster/centos.pp b/manifests/puppetmaster/centos.pp
index eab652b..f29fbaa 100644
--- a/manifests/puppetmaster/centos.pp
+++ b/manifests/puppetmaster/centos.pp
@@ -5,7 +5,7 @@ class puppet::puppetmaster::centos inherits puppet::puppetmaster::package {
source => [ "puppet://$server/files/puppet/sysconfig/${fqdn}/puppetmaster",
"puppet://$server/files/puppet/sysconfig/${domain}/puppetmaster",
"puppet://$server/files/puppet/sysconfig/puppetmaster",
- "puppet://$server/puppet/sysconfig/puppetmaster" ],
+ "puppet://$server/modules/puppet/sysconfig/puppetmaster" ],
notify => Service[puppetmaster],
owner => root, group => 0, mode => 0644;
}