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
Cannot specify ci_package_repo => '5.8'.
5.8 was released recently. Kind of expected to be able to say 5.8 :)
The text was updated successfully, but these errors were encountered:
Hi @steveames, thanks for the report. Which exact error message do you get?
Sorry, something went wrong.
5.8 doesn't match the pattern. in manifests/init.pp there is a pattern:
Optional[Pattern[/(^5.4|^5.5|^5.6|^5.7|^master)/]] $ci_package_repo = $collectd::params::ci_package_repo,
When I tried to use 5.8 it gave me an error pointing to that. I added 5.8 on my local branch and am back in business.
https://pkg.ci.collectd.org/deb/dists/xenial/
This was fixed a while back in #752
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Cannot specify ci_package_repo => '5.8'.
What behaviour did you expect instead
5.8 was released recently. Kind of expected to be able to say 5.8 :)
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: