-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Fix broken testmatrix due to gem updates #437
Conversation
Fixes #438 |
We need to do some adjustments to the tests, that requires a bit more time. |
so one thing let to another and yeah.... it got a bit bigger than expected. |
I have no idea why it fails on puppet 4 :( |
Green checkmark! |
] | ||
}, | ||
{ | ||
"operatingsystem": "Scientific Linux", | ||
"operatingsystem": "Scientific", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These operatingsystem
changes surprised me. Also operatingsystemrelease. This matches what stdlib has, so I buy it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked facterdb, and it looks like correct name of the operatingsystem is just Scientific
and not Scientific Linux
: https://github.com/camptocamp/facterdb/blob/b34375a91d9d153dd7c81d72fde5d01db0e195a2/facts/2.5/scientific-6-x86_64.facts#L17
This is a pretty huge deal. Thank you for spending (I'm sure) hours on this. I know how hard it can be to keep things in sync as gems change, especially beaker. This is a reasonably large refactor, do you think I should combine this with a major version release? With the |
The module currently supports Puppet 4.7.1 and newer, the |
Got it. Merge when ready! |
@solarkennedy IMO this is ready. Or do you have some parts that you would like to have changed? |
Nope! |
Fix broken testmatrix due to gem updates
No description provided.