aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 02:01:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 02:01:46 +0200
commit5a4ed134fea123837772ba5d1911716f198bc6f6 (patch)
tree8b376e1ba6772dd90bcccfd552e81000ad778ec6 /manifests/init.pp
parentfixes (diff)
downloadconcourse-5a4ed134fea123837772ba5d1911716f198bc6f6.tar.gz
concourse-5a4ed134fea123837772ba5d1911716f198bc6f6.tar.xz
fixes
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 368b558..e6f988c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -6,6 +6,9 @@
# Cluster used by all resources if no specific cluster is specified.
# @param worker_service
# Name of the the system service for workers.
+# @param key_dir
+# Directory in which keys should be stored.
+# Used by other resources.
# @param clusters
# Hash from cluster name to default values for each cluster.
# Each key should be the name of a cluster, and the options are as follows:
@@ -20,6 +23,7 @@ class concourse (
String $default_cluster,
String $worker_work_dir = '/opt/concourse/worker',
String $worker_service = 'concourse-worker',
+ String $key_dir = '/usr/lib/concourse/keys',
Hash[String, Hash[String, Any]] $clusters = {},
) {
# Merge all configured clusters we find in hiera, and append those