From 02f1f8512a976629df335c2429d93a0cc84b57d3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 19 Apr 2024 15:25:36 -0700 Subject: Enable https on binrepo.mageia.org --- modules/buildsystem/manifests/binrepo.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp index 7803e385..d87c41d9 100644 --- a/modules/buildsystem/manifests/binrepo.pp +++ b/modules/buildsystem/manifests/binrepo.pp @@ -32,4 +32,11 @@ class buildsystem::binrepo { location => $buildsystem::var::binrepo::repodir, content => template('buildsystem/binrepo/vhost_binrepo.conf'), } + + apache::vhost::base { "ssl_${buildsystem::var::binrepo::hostname}": + use_ssl => true, + vhost => buildsystem::var::binrepo::hostname, + location => $buildsystem::var::binrepo::repodir, + content => template('buildsystem/binrepo/vhost_binrepo.conf'), + } } -- cgit v1.2.1