summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-17 22:36:47 +0200
committermh <mh@immerda.ch>2009-05-17 22:36:47 +0200
commite9350c7225b73a3eaa31aa18eb5e3db46887c1a9 (patch)
tree6a4d06e07d20d78b38ef79e2a1a8680eadf86b21 /manifests
parentfbb3cb7dcd8406f085e80f3f11fa873b55bd5073 (diff)
fixing class lookup and class location
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 }
}
}