aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-05-21 17:52:33 +0259
committerThomas Backlund <tmb@mageia.org>2018-05-21 17:52:33 +0259
commit68dc0270e8ec72ab063b78d44d1826419e8e6ba9 (patch)
treed920253f4e3fd1d049d10d3a59813e2cedfb60e6
parentec283aba97654a76545b8580f08698b81655be74 (diff)
downloadpuppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar
puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.gz
puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.bz2
puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.xz
puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.zip
gitweb: add ssl conf
-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')
+ }
}