diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-05-21 17:52:33 +0259 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-05-21 17:52:33 +0259 |
commit | 68dc0270e8ec72ab063b78d44d1826419e8e6ba9 (patch) | |
tree | d920253f4e3fd1d049d10d3a59813e2cedfb60e6 /modules/cgit/manifests | |
parent | ec283aba97654a76545b8580f08698b81655be74 (diff) | |
download | puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.gz puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.bz2 puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.tar.xz puppet-68dc0270e8ec72ab063b78d44d1826419e8e6ba9.zip |
gitweb: add ssl conf
Diffstat (limited to 'modules/cgit/manifests')
-rw-r--r-- | modules/cgit/manifests/init.pp | 5 |
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') + } } |