summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 20:10:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 20:10:00 +0200
commitc27018b13f5b902757c5d2a94dc29cf88d6784c4 (patch)
tree466b7e99d1b9a8a4733a2372bb2dea297d8e66ca
parentRemove nginx. (diff)
downloadprofiles-puppetserver.tar.gz
profiles-puppetserver.tar.xz
Puppetboard port.puppetserver
-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),
}