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

Change pool_max_wait type declaration #419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KoenDierckx
Copy link

Pull Request (PR) description

This avoids an issue with latest puppet agent
But is not needed anyhow, as a minimal value of 0 already means wait indefinitely

This Pull Request (PR) fixes the following issues

Fixes #418

This avoids an issue with latest puppet agent
But is not needed anyhow, as a minimal value of 0 already means wait indefinitely
@kenyon
Copy link
Member

kenyon commented Feb 29, 2024

From #418 (comment) sounds like this should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional[Integer[-1]] $pool_max_wait breaks with latest puppet agent (7.29 or 8.5)
2 participants