summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/puppetboard.pp3
1 files changed, 3 insertions, 0 deletions
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),
}