-
Notifications
You must be signed in to change notification settings - Fork 285
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
Enhancement/gh 624 syntax error #634
Conversation
dc5b93f
to
e05b69a
Compare
#601 dropped support for Puppet 6, and was followed with a major version bump with appropriate ChangeLog entry: puppetlabs-vcsrepo/CHANGELOG.md Lines 25 to 30 in f1d9f4d
We also include metadata that indicate what version of Puppet a module version require: puppetlabs-vcsrepo/metadata.json Lines 76 to 81 in f1d9f4d
For these reasons, I am not in favor of adding extra code to give hints for such known bad configurations. |
I had rather hoped that
understood. Thank you for your consideration. |
Summary
Catch a certain syntax error, recommend an upgrade to client side puppet version => ^7
New documentation in README.md, CHANGELOG.md, and
syntax error exception caught in lib/puppet/provider/vcsrepo/cvs.rb
Provide a detailed description of all the changes present in this pull request.
Additional Context
Add any additional context about the problem here.
Using puppet6 on the client machine, elicits the syntax error documented at:
#624
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
puppet apply
)