From ec283aba97654a76545b8580f08698b81655be74 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 21 May 2018 17:49:59 +0259 Subject: svnweb: add missing ssl conf --- modules/viewvc/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp index 79667fab..f177a158 100644 --- a/modules/viewvc/manifests/init.pp +++ b/modules/viewvc/manifests/init.pp @@ -55,9 +55,11 @@ class viewvc { aliases => $vhost_aliases, content => template('apache/vhost_fcgid.conf'), } + apache::vhost::base { "ssl_${viewvc::var::hostname}": vhost => $viewvc::var::hostname, use_ssl => true, aliases => $vhost_aliases, + content => template('apache/vhost_fcgid.conf'), } } -- cgit v1.2.1