aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r--deployment/websites/manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index e530972e..77111630 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -53,9 +53,7 @@ class websites {
$svn_location = "svn://svn.$domain/svn/web/releases/"
apache::vhost_base { "releases.$domain":
location => $vhostdir,
- content => "<Directory $vhostdir>
- Options FollowSymLinks
-</Directory>"
+ options => [ "FollowSymLinks" ]
}
subversion::snapshot { "$vhostdir":