From 51e70ed7705f0e41f6072e19a3f4242be68c37b6 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 25 Jul 2013 21:19:39 +0000 Subject: planet: add ssl vhost --- modules/planet/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index be35191f..b9cfb29f 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -17,6 +17,13 @@ class planet { content => template('planet/planet_vhosts.conf') } + apache::vhost::base { "ssl_$vhost": + use_ssl => true, + vhost => $vhost, + location => $location, + content => template('planet/planet_vhosts.conf') + } + mga_common::local_script { 'deploy_new-planet.sh': content => template('planet/deploy_new-planet.sh') } -- cgit v1.2.1