aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/conf.pp2
-rw-r--r--manifests/conf/web.pp2
-rw-r--r--manifests/conf/worker.pp2
3 files changed, 3 insertions, 3 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',
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:
diff --git a/manifests/conf/worker.pp b/manifests/conf/worker.pp
index 24eba7e..f703ee9 100644
--- a/manifests/conf/worker.pp
+++ b/manifests/conf/worker.pp
@@ -4,7 +4,7 @@
# @param ensure
# @api private
define concourse::conf::worker (
- Hash[String, String] $env,
+ Hash[String, Any] $env,
Enum['absent', 'present'] $ensure = 'present',
) {
concourse::conf { $name: