aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/cgit/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
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')
+ }
}