Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation check after agent install #332

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

carabasdaniel
Copy link
Contributor

Validates that puppet command is usable in the environment after a successful return from the agent install task run.

@carabasdaniel carabasdaniel requested a review from a team as a code owner November 9, 2020 07:34
puts "ERROR:#{e}"
retries += 1
sleep 3
retry if retries <= 3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are 3x3 seconds already enough for this to succeed?

@DavidS DavidS merged commit 66ad3c2 into puppetlabs:main Nov 10, 2020
@pmcmaw pmcmaw added the bugfix label Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants