aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,