diff options
-rw-r--r-- | deployment/websites/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp index c07f58df..e530972e 100644 --- a/deployment/websites/manifests/init.pp +++ b/deployment/websites/manifests/init.pp @@ -53,6 +53,9 @@ class websites { $svn_location = "svn://svn.$domain/svn/web/releases/" apache::vhost_base { "releases.$domain": location => $vhostdir, + content => "<Directory $vhostdir> + Options FollowSymLinks +</Directory>" } subversion::snapshot { "$vhostdir": |