From 0c634d79912b2d70dee01c062ade03ca2b92c7c4 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 19:05:36 +0000 Subject: Follow symlinks on releases --- deployment/websites/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) 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 => " + Options FollowSymLinks +" } subversion::snapshot { "$vhostdir": -- cgit v1.2.1