summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 12:52:38 +0000
committerandreas <andreas@immerda.ch>2008-02-29 12:52:38 +0000
commitcf2541b57db6ef408640b61a40eb9cd1e5ed0d02 (patch)
treefe3b760376997f4c955447176896975eaad901a8
parenta89727153d71432987e41fab6378e954a65a1504 (diff)
, fehler
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 63ea1f6..f7d7d3f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -133,7 +133,7 @@ define apache::config::file(
# get a whole bunch of possible sources if there is no specific source for that config-file
'' => [
"apache2/conf/${fqdn}/${name}",
- "dist/apache2/conf/${fqdn}/${name}"
+ "dist/apache2/conf/${fqdn}/${name}",
"apache2/conf/common/${name}.${operatingsystem}.${lsbdistcodename}",
"apache2/conf/common/${name}.${operatingsystem}",
"apache2/conf/common/${name}.Default"