From f7124debe18c2599b908f7c7db22594339ac2bec Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 23 May 2009 00:36:00 +0200 Subject: fixing namespace lookup --- manifests/itk.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 } } } -- cgit v1.2.3