summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 00:42:25 +0200
committermh <mh@immerda.ch>2009-05-23 00:42:25 +0200
commit07f9f0bca7f5e35e82bfa1dfd86223d436a9fc47 (patch)
tree3c873cdbc8d3ff433ba707a7af35f8e120b57ef9
parent2c7ea3057290d078226b6f30d0d757901d390e14 (diff)
fixing namespace lookup
-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 }
}
}