-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update to gha-puppet v3 & voxpupuli-test 9.x #82
Conversation
Wut?
|
In Ruby you're supposed to use next to exit a block, otherwise you get errors like: Error: Facter: Error while resolving custom fact fact='rh_certificate', resolution='<anonymous>': break from proc-closure
You're supposed to use Now for the real failure: I think this is because a bash script has replaced the Ruby package so checks are failing. @ofedoren I think that module effectively becomes obsolete, correct? |
Not sure how bash package would affect this... I mean, I tested with Ansible role and it worked. We probably need to adjust Puppet class somehow though?..
You mean the entire |
Since 3.14 the Ruby implementation is replaced by bash. For now this module is incompatible with those newer versions.
My understanding is that the new bash implementation is backwards compatible to the Ruby one, it uses the same config file, same executable name, everything. So unless this changes, this module is still usable (and required) as before. It "just" needs to know the right package name to become idempotent (again). |
No description provided.