summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 00:40:46 +0200
committermh <mh@immerda.ch>2009-05-23 00:40:46 +0200
commit2c7ea3057290d078226b6f30d0d757901d390e14 (patch)
treeb9b92accb2a3b404b5896fe07c0582f463ff029c /manifests/centos
parentf7124debe18c2599b908f7c7db22594339ac2bec (diff)
put files into correct location
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/itk.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp
new file mode 100644
index 0000000..8b55110
--- /dev/null
+++ b/manifests/centos/itk.pp
@@ -0,0 +1,13 @@
+# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
+class apache::centos::itk inherits apache::centos {
+ include ::apache::base::itk
+ Package['apache']{
+ name => 'httpd-itk',
+ }
+ File['/etc/sysconfig/httpd']{
+ source => [ "puppet://$server/files/apache/sysconfig/${fqdn}/httpd.itk",
+ "puppet://$server/files/apache/sysconfig/httpd.itk",
+ "puppet://$server/apache/sysconfig/${operatingsystem}/httpd.itk",
+ "puppet://$server/apache/sysconfig/httpd.itk" ],
+ }
+}