-
Notifications
You must be signed in to change notification settings - Fork 271
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
foreman::repo: use the package resource 'ensure' parameter to specify the desired ruby stream #1015
Conversation
Thanks for submitting this. If this passes, I'll squash & merge #1012 for proper changelog attribution. |
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.
Looks like it needs to be reflected in the tests:
puppet-foreman/spec/classes/foreman_repo_spec.rb
Lines 42 to 44 in 2f60b88
is_expected.to contain_package('ruby:2.7') | |
else | |
is_expected.not_to contain_package('ruby:2.7') |
fixed the tests. Do you want me to squash the commits? |
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
This is a rebase of #1012