aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 22:36:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 22:36:30 +0200
commitc55bfb925f8bf34b4a7454423ed788f08cb21bd5 (patch)
tree7444bb6acd4a637eb7455d5017d44716d7bde1d9
parentfixes (diff)
downloadconcourse-c55bfb925f8bf34b4a7454423ed788f08cb21bd5.tar.gz
concourse-c55bfb925f8bf34b4a7454423ed788f08cb21bd5.tar.xz
fixes
-rw-r--r--manifests/conf.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/conf.pp b/manifests/conf.pp
index fa231ba..fb29d1d 100644
--- a/manifests/conf.pp
+++ b/manifests/conf.pp
@@ -18,7 +18,7 @@
define concourse::conf (
Hash[String, Any] $env,
String $service,
- Stdlib::Abspath $path = "${concourse::confdir::conf_dir}/${name}",
+ Stdlib::Absolutepath $path = "${concourse::confdir::conf_dir}/${name}",
Enum['absent', 'present'] $ensure = 'present',
) {
include concourse::confdir