aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-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