summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base/itk.pp (renamed from manifests/itk/base.pp)0
-rw-r--r--manifests/centos/itk.pp (renamed from manifests/itk/centos.pp)0
-rw-r--r--manifests/itk.pp4
3 files changed, 2 insertions, 2 deletions
diff --git a/manifests/itk/base.pp b/manifests/base/itk.pp
index 8a25bc5..8a25bc5 100644
--- a/manifests/itk/base.pp
+++ b/manifests/base/itk.pp
diff --git a/manifests/itk/centos.pp b/manifests/centos/itk.pp
index 8b55110..8b55110 100644
--- a/manifests/itk/centos.pp
+++ b/manifests/centos/itk.pp
diff --git a/manifests/itk.pp b/manifests/itk.pp
index 5fa9dc7..2f54769 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::centos::itk }
+ default: { include ::apache::base::itk }
}
}