aboutsummaryrefslogtreecommitdiff
path: root/manifests/worker.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 15:26:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 15:26:32 +0200
commit7a1a396a451a884ca1b5e42a431c35c536a402b5 (patch)
treee3878090bf0a026bdcb98ee83791880bf8457017 /manifests/worker.pp
parentfixes (diff)
downloadconcourse-7a1a396a451a884ca1b5e42a431c35c536a402b5.tar.gz
concourse-7a1a396a451a884ca1b5e42a431c35c536a402b5.tar.xz
fixes
Diffstat (limited to '')
-rw-r--r--manifests/worker.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/worker.pp b/manifests/worker.pp
index b45a3fe..99c8175 100644
--- a/manifests/worker.pp
+++ b/manifests/worker.pp
@@ -110,7 +110,7 @@ class concourse::worker (
if $export_public_key {
@@concourse::worker_key { "${trusted['certname']} worker key":
- content => $worker_public_key_file,
+ source => $worker_public_key_file,
cluster => $cluster,
# Requiring File[$worker_public_file] would be semantically better,
# but it appears like Exec resources don't autorequire their "created" file.