aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet')
-rw-r--r--modules/planet/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
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')
}