summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 18:14:28 +0000
committerandreas <andreas@immerda.ch>2008-02-29 18:14:28 +0000
commitf3ee3f0bf3c871d734f8f4b8102dce418da438f6 (patch)
treed2627d9310a09bae5fe16d9737a88ac915500deb /manifests
parent874f4db29d13de49b4115526c49c48818f6594d3 (diff)
* verschieben
* phpgpadmin und phpmyadmin erweitern
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6e50cea..286690b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -135,9 +135,9 @@ define apache::config::file(
'' => [
"apache/conf/${fqdn}/${name}",
"dist/apache/conf/${fqdn}/${name}",
- "apache/conf/common/${name}.${operatingsystem}.${lsbdistcodename}",
- "apache/conf/common/${name}.${operatingsystem}",
- "apache/conf/common/${name}.Default"
+ "apache/conf/${name}.${operatingsystem}.${lsbdistcodename}",
+ "apache/conf/${name}.${operatingsystem}",
+ "apache/conf/${name}.Default"
],
default => $source,
}