From db6069fc4721d075ee59d2ccfb5a1656e378efd8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 29 Apr 2024 11:15:29 -0700 Subject: Enable https on maintdb.mageia.org --- modules/buildsystem/manifests/maintdb.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index 74f8e28c..5a961b63 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -48,4 +48,11 @@ class buildsystem::maintdb { location => $buildsystem::var::maintdb::dbdir, content => template('buildsystem/maintdb/vhost_maintdb.conf'), } + + apache::vhost::base { "ssl_${buildsystem::var::maintdb::hostname}": + use_ssl => true, + vhost => $buildsystem::var::maintdb::hostname, + location => $buildsystem::var::maintdb::dbdir, + content => template('buildsystem/maintdb/vhost_maintdb.conf'), + } } -- cgit v1.2.1