aboutsummaryrefslogtreecommitdiff
path: root/manifests/conf/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/conf/web.pp')
-rw-r--r--manifests/conf/web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/conf/web.pp b/manifests/conf/web.pp
index 3cc0742..2b865a6 100644
--- a/manifests/conf/web.pp
+++ b/manifests/conf/web.pp
@@ -4,7 +4,7 @@
# @param ensure
# @api private
define concourse::conf::web (
- Hash[String, String] $env,
+ Hash[String, Any] $env,
Enum['absent', 'present'] $ensure = 'present',
) {
concourse::conf { $name: