puppetlabs / puppetlabs-pecdm

Puppet Bolt driven fusion of puppetlabs/peadm and Terraform.
Apache License 2.0
14 stars 19 forks source link

Fix agent install race condition #50

Closed reidmv closed 3 years ago

reidmv commented 3 years ago

Previously, the agent may or may not have submitted a certificate signing request by the time the sign_csr task was called.

This commit ensures that csrs have all been submitted before calling sign_csr.