Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test
Browse files Browse the repository at this point in the history
Joris VAN ACOLEYEN committed Jul 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cf0cad4 commit bfff2fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/config/secret.pp
Original file line number Diff line number Diff line change
@@ -57,8 +57,10 @@
environment => $rundeck::cli::environment,
;
"Create rundeck ${type}: ${keystorage_path}":
command => "rd keys create -t ${type} -p '${keystorage_path}' -f '${keystorage_dir}/${_filename}'",
unless => "rd keys info -p '${keystorage_path}'",
command => "rd keys create -t ${type} -p '${keystorage_path}' -f '${keystorage_dir}/${_filename}'",
unless => "rd keys info -p '${keystorage_path}'",
refreshonly => true,
subscribe => File["${keystorage_dir}/${_filename}"],
;
"Update rundeck ${type}: ${keystorage_path}":
command => "rd keys update -t ${type} -p '${keystorage_path}' -f '${keystorage_dir}/${_filename}'",

0 comments on commit bfff2fb

Please sign in to comment.