-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ensure maven:3.8 is enabled on EL8 #234
Conversation
Idempotency is failing with this change and I am not sure why. Perhaps this has something to do with how Puppet handles when a profile is provided, aka |
1ed216c
to
5db4ea9
Compare
Thanks for feedback @ekohl - I got this green with the change test added that helped. |
it { should be_owned_by 'tomcat' } | ||
it { should be_grouped_into 'tomcat' } | ||
its(:content) { should eq("katelloUser=CN=ActiveMQ Artemis Deferred, OU=Artemis, O=ActiveMQ, L=AMQ, ST=AMQ, C=AMQ\n") } | ||
context 'when swapping to maven 3.8' do |
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.
Rather than restructuring the whole file, could this be spec/acceptance/dnf_module_spec.rb
?
The maven 3.5 and 3.6 modules are no longer supported on RHEL.
The maven 3.5 and 3.6 modules are no longer supported on RHEL.