summaryrefslogtreecommitdiff
path: root/manifests/centos/itk.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos/itk.pp')
-rw-r--r--manifests/centos/itk.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/centos/itk.pp b/manifests/centos/itk.pp
index 8b55110..f944a53 100644
--- a/manifests/centos/itk.pp
+++ b/manifests/centos/itk.pp
@@ -7,7 +7,7 @@ class apache::centos::itk inherits apache::centos {
File['/etc/sysconfig/httpd']{
source => [ "puppet://$server/files/apache/sysconfig/${fqdn}/httpd.itk",
"puppet://$server/files/apache/sysconfig/httpd.itk",
- "puppet://$server/apache/sysconfig/${operatingsystem}/httpd.itk",
- "puppet://$server/apache/sysconfig/httpd.itk" ],
+ "puppet://$server/modules/apache/sysconfig/${operatingsystem}/httpd.itk",
+ "puppet://$server/modules/apache/sysconfig/httpd.itk" ],
}
}