aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 16:00:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 16:00:57 +0200
commit59dac7f32c96aa993a6c3f724de1fabe0689aa9d (patch)
tree1b00f843fdb6da0f144532aefa21c37509e51b8c
parentfixes (diff)
downloadconcourse-59dac7f32c96aa993a6c3f724de1fabe0689aa9d.tar.gz
concourse-59dac7f32c96aa993a6c3f724de1fabe0689aa9d.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 7bd4d0b..eace9a6 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -134,7 +134,7 @@ class concourse::web (
'CONCOURSE_EXTERNAL_URL' => $external_url,
'CONCOURSE_API_MAX_CONNS' => $api_max_conns,
'CONCOURSE_BACKEND_MAX_CONNS' => $backend_max_conns,
- }
+ } + $extra_env
file { $conf_file:
ensure => $ensure,