summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
}
}