From 68dc0270e8ec72ab063b78d44d1826419e8e6ba9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 21 May 2018 17:52:33 +0259 Subject: gitweb: add ssl conf --- modules/cgit/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp index 58b80ede..59d96e9e 100644 --- a/modules/cgit/manifests/init.pp +++ b/modules/cgit/manifests/init.pp @@ -18,4 +18,9 @@ class cgit { apache::vhost::base { "gitweb.${::domain}": content => template('cgit/vhost.conf') } + + apache::vhost::base { "ssl_gitweb.${::domain}": + use_ssl => true, + content => template('cgit/vhost.conf') + } } -- cgit v1.2.1