aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-05-08 19:05:36 +0000
committerPascal Terjan <pterjan@mageia.org>2011-05-08 19:05:36 +0000
commit0c634d79912b2d70dee01c062ade03ca2b92c7c4 (patch)
tree5e30ed69fbbebc561fc8dfe24a4fea81d9bbe155 /deployment/websites
parentdccf574301878257e2ee372283d1d7e79b3b2bd1 (diff)
downloadpuppet-0c634d79912b2d70dee01c062ade03ca2b92c7c4.tar
puppet-0c634d79912b2d70dee01c062ade03ca2b92c7c4.tar.gz
puppet-0c634d79912b2d70dee01c062ade03ca2b92c7c4.tar.bz2
puppet-0c634d79912b2d70dee01c062ade03ca2b92c7c4.tar.xz
puppet-0c634d79912b2d70dee01c062ade03ca2b92c7c4.zip
Follow symlinks on releases
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/init.pp3
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":