summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 01:02:09 +0200
committermh <mh@immerda.ch>2009-05-23 01:02:09 +0200
commit915b19343c58deaf7ceca344d47d8f0fbcbd02fb (patch)
tree6de6f611b901ff39e54c56363819a1906a0bb5ba /manifests/centos
parent180c13e4cc88e5d3e49c0a2c8d2d34ecc531c044 (diff)
put the override in the correct class
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/itk.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp
index 8b55110..c2f07e0 100644
--- a/manifests/centos/itk.pp
+++ b/manifests/centos/itk.pp
@@ -1,6 +1,7 @@
# http://hostby.net/home/2008/07/12/centos-5-and-mpm-itk/
class apache::centos::itk inherits apache::centos {
include ::apache::base::itk
+ include ::apache::package::itk
Package['apache']{
name => 'httpd-itk',
}