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