summaryrefslogtreecommitdiff
path: root/manifests/centos/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 22:44:25 +0200
committermh <mh@immerda.ch>2009-05-17 22:44:25 +0200
commit06f123d9254444ec7452bcc6d768593a5507a602 (patch)
tree94f51fa12a76f8f2c20d5dc8d068edc99b20b950 /manifests/centos/itk.pp
parentf863b7bb49f42841c36776aa61f21e64e2c826eb (diff)
added package again
Diffstat (limited to 'manifests/centos/itk.pp')
-rw-r--r--manifests/centos/itk.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp
index 8ba6c54..8b55110 100644
--- a/manifests/centos/itk.pp
+++ b/manifests/centos/itk.pp
@@ -1,6 +1,9 @@
# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
class apache::centos::itk inherits apache::centos {
- include ::apache::package::itk
+ 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",