Skip to content

Commit

Permalink
Fix syntax in pem_cert.pp
Browse files Browse the repository at this point in the history
This was merged via a private branch because it was a security issue. CI
doesn't run there and this slipped through.

Fixes: 25df787 ("Send passwords via environment variables")
  • Loading branch information
ekohl committed Sep 30, 2024
1 parent a38c6ad commit bf20004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/export/pem_cert.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

exec { "Export ${in_cert} to ${pem_cert}":
command => $cmd,
environment => $passin_env
environment => $passin_env,
path => $facts['path'],
* => $exec_params,
}
Expand Down

0 comments on commit bf20004

Please sign in to comment.