aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-15 11:20:16 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-15 11:20:16 +0000
commit10be6aea920f4143bf8932f887990ff93fc9fd70 (patch)
tree6fe50c10eef07d46326711acd229480e66a198c4 /deployment
parent250faaa4422c937265a65eb145efe68c6d5e0b58 (diff)
downloadpuppet-10be6aea920f4143bf8932f887990ff93fc9fd70.tar
puppet-10be6aea920f4143bf8932f887990ff93fc9fd70.tar.gz
puppet-10be6aea920f4143bf8932f887990ff93fc9fd70.tar.bz2
puppet-10be6aea920f4143bf8932f887990ff93fc9fd70.tar.xz
puppet-10be6aea920f4143bf8932f887990ff93fc9fd70.zip
add https on releases.mageia.org
Diffstat (limited to 'deployment')
-rw-r--r--deployment/websites/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 77111630..4d2b21fc 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -55,6 +55,12 @@ class websites {
location => $vhostdir,
options => [ "FollowSymLinks" ]
}
+ apache::vhost_base { "ssl_releases.$domain":
+ vhost => "releases.$domain",
+ use_ssl => true,
+ location => $vhostdir,
+ options => [ "FollowSymLinks" ]
+ }
subversion::snapshot { "$vhostdir":
source => $svn_location