aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 6354e02..7bd4d0b 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -67,6 +67,8 @@
# @param api_max_conns
# @param backend_max_conns
# @param packages
+# @param extra_env
+# Additional environment variables passed along to the worker.
class concourse::web (
String $cluster = $concourse::default_cluster,
String $postgres_user = $concourse::configured_clusters[$cluster]['postgres_user'],
@@ -105,6 +107,8 @@ class concourse::web (
'concourse',
'concourse-resource-types',
],
+
+ Hash[String, String] $extra_env = {}
) {
include concourse