summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 00:36:00 +0200
committermh <mh@immerda.ch>2009-05-23 00:36:00 +0200
commitf7124debe18c2599b908f7c7db22594339ac2bec (patch)
tree81beb4b4456ddf623cf36746287b26171a470530 /manifests
parentc2e26ab952c38900a4b5028f13a3e100206729de (diff)
fixing namespace lookup
Diffstat (limited to 'manifests')
-rw-r--r--manifests/itk.pp4
1 files changed, 2 insertions, 2 deletions
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 }
}
}