summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:56:24 +0100
committermh <mh@immerda.ch>2009-11-02 00:56:24 +0100
commit8cda647dbde6430fd0e7b844179f3d2b31b3490a (patch)
treef3275b591386d22d5a723703d7a5c2a0fcaa7480 /manifests/centos
parentbc242369d26e942bab2a22e7dca8fec080aa0784 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/itk.pp4
-rw-r--r--manifests/centos/module.pp4
2 files changed, 4 insertions, 4 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" ],
}
}
diff --git a/manifests/centos/module.pp b/manifests/centos/module.pp
index ebd6edc..b5b0d08 100644
--- a/manifests/centos/module.pp
+++ b/manifests/centos/module.pp
@@ -13,8 +13,8 @@ define apache::centos::module(
"puppet://$server/files/apache/modules.d/${fqdn}/${name}.so",
"puppet://$server/files/apache/modules.d/${apache_cluster_node}/${name}.so",
"puppet://$server/files/apache/modules.d/${name}.so",
- "puppet://$server/apache/modules.d/${operatingsystem}/${name}.so",
- "puppet://$server/apache/modules.d/${name}.so"
+ "puppet://$server/modules/apache/modules.d/${operatingsystem}/${name}.so",
+ "puppet://$server/modules/apache/modules.d/${name}.so"
],
default => "puppet://$server/$source",
}