summaryrefslogtreecommitdiff
path: root/manifests/gentoo
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/gentoo
parentbc242369d26e942bab2a22e7dca8fec080aa0784 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/gentoo')
-rw-r--r--manifests/gentoo/module.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/gentoo/module.pp b/manifests/gentoo/module.pp
index 262a25c..ce9656a 100644
--- a/manifests/gentoo/module.pp
+++ b/manifests/gentoo/module.pp
@@ -13,8 +13,8 @@ define apache::gentoo::module(
"puppet://$server/files/apache/modules.d/${fqdn}/${name}.conf",
"puppet://$server/files/apache/modules.d/${apache_cluster_node}/${name}.conf",
"puppet://$server/files/apache/modules.d/${name}.conf",
- "puppet://$server/apache/modules.d/${operatingsystem}/${name}.conf",
- "puppet://$server/apache/modules.d/${name}.conf"
+ "puppet://$server/modules/apache/modules.d/${operatingsystem}/${name}.conf",
+ "puppet://$server/modules/apache/modules.d/${name}.conf"
],
default => "puppet://$server/$source",
}