From 10be6aea920f4143bf8932f887990ff93fc9fd70 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 15 May 2011 11:20:16 +0000 Subject: add https on releases.mageia.org --- deployment/websites/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/websites/manifests') 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 -- cgit v1.2.1