summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-04 15:30:26 +0000
committermh <mh@immerda.ch>2008-04-04 15:30:26 +0000
commit5983d4bcec778a6030b268eebe1e5fc83689dda7 (patch)
treeb6786167c2c50c477d6b52f62481dfe200ff201e /manifests/init.pp
parent79d154201364465a55078a86afa120f2a66f28ea (diff)
moved /dist/-stuff to /files/, heavily refactored a lot, made it more look all the same way. some sources added here and there. hope it still works everything, the location on the disk of /files/ is still call dists. no need to hurry to change that
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 35b34de..a710744 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -133,8 +133,8 @@ define apache::vhost::file(
$real_source = $source ? {
'' => [
- "puppet://$server/dist/apache/vhosts.d/${fqdn}/${name}.conf",
- "puppet://$server/dist/apache/vhosts.d/${name}.conf",
+ "puppet://$server/files/apache/vhosts.d/${fqdn}/${name}.conf",
+ "puppet://$server/files/apache/vhosts.d/${name}.conf",
"puppet://$server/apache/vhosts.d/${name}.conf"
],
default => "puppet://$server/$source",
@@ -159,8 +159,8 @@ define apache::config::file(
$real_source = $source ? {
# get a whole bunch of possible sources if there is no specific source for that config-file
'' => [
- "puppet://$server/dist/apache/conf/${fqdn}/${name}",
- "puppet://$server/dist/apache/conf/${name}",
+ "puppet://$server/files/apache/conf/${fqdn}/${name}",
+ "puppet://$server/files/apache/conf/${name}",
"puppet://$server/apache/conf/${name}.${operatingsystem}.${lsbdistcodename}",
"puppet://$server/apache/conf/${name}.${operatingsystem}",
"puppet://$server/apache/conf/${name}.Default",