summaryrefslogtreecommitdiff
path: root/manifests/centos/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 22:43:13 +0200
committermh <mh@immerda.ch>2009-05-17 22:43:13 +0200
commitf863b7bb49f42841c36776aa61f21e64e2c826eb (patch)
tree603210f838404c71d9c39fc267dd1791619f69d8 /manifests/centos/itk.pp
parente9350c7225b73a3eaa31aa18eb5e3db46887c1a9 (diff)
correct subclassing
Diffstat (limited to 'manifests/centos/itk.pp')
-rw-r--r--manifests/centos/itk.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp
index 8b55110..8ba6c54 100644
--- a/manifests/centos/itk.pp
+++ b/manifests/centos/itk.pp
@@ -1,9 +1,6 @@
# 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',
- }
+ include ::apache::package::itk
File['/etc/sysconfig/httpd']{
source => [ "puppet://$server/files/apache/sysconfig/${fqdn}/httpd.itk",
"puppet://$server/files/apache/sysconfig/httpd.itk",