summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-03-08 17:13:22 +0000
committerandreas <andreas@immerda.ch>2008-03-08 17:13:22 +0000
commit5e5bb30261266103478da7d57303e1d27d5b29c3 (patch)
treee507544960b27394b88fb3e010bdb741bbe7f48c /manifests
parent5062728a628942ee194fec4389d755d94b15a1d4 (diff)
array in ""
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e1f15e5..0964d44 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -135,7 +135,7 @@ define apache::vhost::file(
file{"vhost_${name}.conf":
path => $real_destination,
- source => "$real_source",
+ source => $real_source,
owner => root,
group => 0,
mode => 0644,