We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Via @ntent-ashton, originally called out in #6:
If $manage_repo is true, requiring the repo by that name is fine - but if $manage_repo is false, install.pp fails at this step.
The text was updated successfully, but these errors were encountered:
Refactor install class to handle manage_repo being set to false
388cdbd
This commit lightly refactors the install class so that Puppet doesn't fail when `manage_repo` is set to `false`. Fixes #7.
54be957
This commit lightly refactors the install class so that Puppet doesn't fail when `manage_repo` is set to `false`. Fixes voxpupuli#7.
No branches or pull requests
Via @ntent-ashton, originally called out in #6:
The text was updated successfully, but these errors were encountered: