From c27018b13f5b902757c5d2a94dc29cf88d6784c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 12 Jun 2023 20:10:00 +0200 Subject: Puppetboard port. --- manifests/puppetboard.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp index fa50ada..a33c02b 100644 --- a/manifests/puppetboard.pp +++ b/manifests/puppetboard.pp @@ -5,6 +5,8 @@ # would be nice, but class['Apache'] doesn't have that parameter, # making this a moot point # +# TODO apt install python3-venv +# # @param server_name # Published name of the server # @param puppetdb_host @@ -59,6 +61,7 @@ class profiles::puppetboard ( if $facts['letsencrypt_directory'][$server_name] { class { 'puppetboard::apache::vhost': vhost_name => $::fqdn, + port => 443, * => letsencrypt::conf::apache($server_name), } -- cgit v1.2.3