diff options
-rw-r--r-- | modules/viewvc/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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'), } } |