From 5e1032519189f3b6fa793cec81833a781a91d8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 18 Jun 2023 20:35:48 +0200 Subject: Rewrote almost everything. --- manifests/worker_key.pp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'manifests/worker_key.pp') diff --git a/manifests/worker_key.pp b/manifests/worker_key.pp index 320bba1..be32a01 100644 --- a/manifests/worker_key.pp +++ b/manifests/worker_key.pp @@ -1,7 +1,18 @@ +# @summary A worker (public) key for a given cluster. +# +# This resource is supposed to be created and exported by the worker +# resource, and then collected by the web resource. +# +# It should however be fine to create manual instances of this resource. +# +# @param content +# Complete content of the key, as it appears on disk. +# @param cluster +# Which cluster this key is part of. # @api private define concourse::worker_key ( - String $content, String $cluster, + String $content, ) { concat::fragment { $name: content => $content, -- cgit v1.2.3