summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-22 21:33:56 +0000
committermh <mh@immerda.ch>2008-07-22 21:33:56 +0000
commit11168ee6885e6908c7c738dfa53ffabf59d9d660 (patch)
tree1db39c7c9b3c907593c4364849be1ef2696cf755 /manifests/puppetmaster/centos.pp
parent89c06549397d6d52a16b25a0cf3b8d37a303dc77 (diff)
merged with puzzle
Diffstat (limited to 'manifests/puppetmaster/centos.pp')
-rw-r--r--manifests/puppetmaster/centos.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/puppetmaster/centos.pp b/manifests/puppetmaster/centos.pp
new file mode 100644
index 0000000..eab652b
--- /dev/null
+++ b/manifests/puppetmaster/centos.pp
@@ -0,0 +1,12 @@
+# manifests/puppetmaster/centos.pp
+
+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",
+ "puppet://$server/puppet/sysconfig/puppetmaster" ],
+ notify => Service[puppetmaster],
+ owner => root, group => 0, mode => 0644;
+ }
+}