From 6a258072122229afebedc10968471a7dfc6a25d1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 19:12:41 +0000 Subject: Allow setting options in vhost base template --- deployment/websites/manifests/init.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'deployment/websites') 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 => " - Options FollowSymLinks -" + options => [ "FollowSymLinks" ] } subversion::snapshot { "$vhostdir": -- cgit v1.2.1