From 7a1a396a451a884ca1b5e42a431c35c536a402b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 15:26:32 +0200 Subject: fixes --- manifests/web.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests/web.pp') diff --git a/manifests/web.pp b/manifests/web.pp index 1aea92a..6354e02 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -51,6 +51,7 @@ # Maps to `CONCOURSE_TSA_HOST_KEY`, and the public part should be passed to each worker. # # @param worker_public_keys +# Explicitly allowed worker public keys. # @param key_dir # @param session_signing_key_file # @param tsa_host_key_file @@ -173,9 +174,9 @@ class concourse::web ( } $worker_public_keys.each |$key| { - concat::fragment { sha1($key): + @@concourse::worker_key { sha1($key): + cluster => $cluster, content => $key, - target => "authorized_worker_keys - ${cluster}", } } -- cgit v1.2.3