summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:51:39 +0100
committermh <mh@immerda.ch>2009-11-14 13:51:39 +0100
commit30ccaaadbdaa3a09c4ff2b58cc3105e068c0fe1c (patch)
tree95b650e1015e6a54f67779ca64d725ccf0cadf80 /manifests/puppetmaster/centos.pp
parente80e95edb9007440faa9251a6e6621116783ed91 (diff)
update file sources to new 0.25.x style
Diffstat (limited to 'manifests/puppetmaster/centos.pp')
-rw-r--r--manifests/puppetmaster/centos.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/puppetmaster/centos.pp b/manifests/puppetmaster/centos.pp
index f29fbaa..93a3a02 100644
--- a/manifests/puppetmaster/centos.pp
+++ b/manifests/puppetmaster/centos.pp
@@ -2,9 +2,9 @@
class puppet::puppetmaster::centos inherits puppet::puppetmaster::package {
file{'/etc/sysconfig/puppetmaster':
- source => [ "puppet://$server/files/puppet/sysconfig/${fqdn}/puppetmaster",
- "puppet://$server/files/puppet/sysconfig/${domain}/puppetmaster",
- "puppet://$server/files/puppet/sysconfig/puppetmaster",
+ source => [ "puppet://$server/modules/site-puppet/sysconfig/${fqdn}/puppetmaster",
+ "puppet://$server/modules/site-puppet/sysconfig/${domain}/puppetmaster",
+ "puppet://$server/modules/site-puppet/sysconfig/puppetmaster",
"puppet://$server/modules/puppet/sysconfig/puppetmaster" ],
notify => Service[puppetmaster],
owner => root, group => 0, mode => 0644;