aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 00:47:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 00:47:52 +0200
commit61dc69a6d5ab3d2f33f0494138e8dad887d84dbd (patch)
treed6063dc39d63c87ad0e82c0f1a282c7c8251d403
parentfixes (diff)
downloadconcourse-61dc69a6d5ab3d2f33f0494138e8dad887d84dbd.tar.gz
concourse-61dc69a6d5ab3d2f33f0494138e8dad887d84dbd.tar.xz
fixes
-rw-r--r--manifests/web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index ede7ce1..3f5ca86 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -80,7 +80,7 @@ class concourse::web (
String $tsa_host_key_file = "${key_dir}/tsa_host_key",
String $tsa_authorized_keys_file = "${key_dir}/authorized_worker_keys",
- Optional[String] $peer_address = undef,
+ String $peer_address = $facts['ipaddress'],
Optional[String] $postgres_host = undef,
Optional[String] $postgres_port = undef,