aboutsummaryrefslogtreecommitdiff
path: root/manifests/conf.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/conf.pp')
-rw-r--r--manifests/conf.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/conf.pp b/manifests/conf.pp
index 86802ee..fa231ba 100644
--- a/manifests/conf.pp
+++ b/manifests/conf.pp
@@ -16,7 +16,7 @@
# @param ensure
# @api private
define concourse::conf (
- Hash[String, String] $env,
+ Hash[String, Any] $env,
String $service,
Stdlib::Abspath $path = "${concourse::confdir::conf_dir}/${name}",
Enum['absent', 'present'] $ensure = 'present',