summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-03-08 14:36:52 +0000
committerandreas <andreas@immerda.ch>2008-03-08 14:36:52 +0000
commit656587d4deaa367a06e6c8305b544505820d96ab (patch)
tree3423b3149a39ae3283bdae95cb913dd9a50ce15a
parent6f3ee56cac7162de96f1c23773c63c4f1a92170c (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 e483117..6bff0d3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -121,7 +121,7 @@ define apache::vhost::file(
$real_source = $source ? {
'' => [
"apache/vhosts.d/${fqdn}/${name}.conf",
- "dist/apache/vhosts.d/${fqdn}/${name}.conf"
+ "dist/apache/vhosts.d/${fqdn}/${name}.conf",
"dist/apache/vhosts.d/${name}.conf"
],
default => $source,