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

Cannot specify ci_package_repo => 5.8 even though 5.8 is available #741

Closed
steveames opened this issue Dec 14, 2017 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@steveames
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version:

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

@bastelfreak
Copy link
Member

Hi @steveames, thanks for the report. Which exact error message do you get?

@steveames
Copy link
Author

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.

@steveames
Copy link
Author

@juniorsysadmin juniorsysadmin added the enhancement New feature or request label Dec 16, 2017
@juniorsysadmin juniorsysadmin added bug Something isn't working and removed enhancement New feature or request labels Apr 1, 2018
@alexjfisher
Copy link
Member

This was fixed a while back in #752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants