summaryrefslogtreecommitdiff
path: root/manifests/itk.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 00:45:58 +0200
committermh <mh@immerda.ch>2009-05-23 00:45:58 +0200
commit180c13e4cc88e5d3e49c0a2c8d2d34ecc531c044 (patch)
treecd2cee3befa20441097d320d90f46a9ee020c3bf /manifests/itk.pp
parent07f9f0bca7f5e35e82bfa1dfd86223d436a9fc47 (diff)
fixing naming
Diffstat (limited to 'manifests/itk.pp')
-rw-r--r--manifests/itk.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/itk.pp b/manifests/itk.pp
index 8addf54..5fa9dc7 100644
--- a/manifests/itk.pp
+++ b/manifests/itk.pp
@@ -4,7 +4,7 @@
class apache::itk inherits apache {
case $operatingsystem {
- centos: { include apache::itk::centos }
+ centos: { include apache::centos::itk }
default: { include apache::base::itk }
}
}