summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"