From 59dac7f32c96aa993a6c3f724de1fabe0689aa9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 16:00:57 +0200 Subject: fixes --- manifests/web.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3