summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/itk.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/itk.pp b/manifests/itk.pp
index 2f54769..8addf54 100644
--- a/manifests/itk.pp
+++ b/manifests/itk.pp
@@ -4,7 +4,7 @@
class apache::itk inherits apache {
case $operatingsystem {
- centos: { include ::apache::centos::itk }
- default: { include ::apache::base::itk }
+ centos: { include apache::itk::centos }
+ default: { include apache::base::itk }
}
}