summaryrefslogtreecommitdiff
path: root/manifests/gentoo
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-29 22:50:03 +0200
committermh <mh@immerda.ch>2012-05-29 22:50:03 +0200
commit4ff385d82bc0d300d501bf1fb41df8602c7c95a6 (patch)
treecbceba1a3489e1bcdb89bf99b7be045329b43e3f /manifests/gentoo
parente8291a62cfddc87023a63d00f51f9309d1699595 (diff)
rename site modules
Diffstat (limited to 'manifests/gentoo')
-rw-r--r--manifests/gentoo/module.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/gentoo/module.pp b/manifests/gentoo/module.pp
index 33b6703..99de0ff 100644
--- a/manifests/gentoo/module.pp
+++ b/manifests/gentoo/module.pp
@@ -10,9 +10,9 @@ define apache::gentoo::module(
}
$real_source = $source ? {
'' => [
- "puppet:///modules/site-apache/modules.d/${fqdn}/${name}.conf",
- "puppet:///modules/site-apache/modules.d/${apache_cluster_node}/${name}.conf",
- "puppet:///modules/site-apache/modules.d/${name}.conf",
+ "puppet:///modules/site_apache/modules.d/${fqdn}/${name}.conf",
+ "puppet:///modules/site_apache/modules.d/${apache_cluster_node}/${name}.conf",
+ "puppet:///modules/site_apache/modules.d/${name}.conf",
"puppet:///modules/apache/modules.d/${operatingsystem}/${name}.conf",
"puppet:///modules/apache/modules.d/${name}.conf"
],