-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Modulesync 5.3.0 #834
Modulesync 5.3.0 #834
Conversation
I'm still bothered by this bit: puppet-zabbix/spec/defines/startup_spec.rb Lines 14 to 17 in f4796f1
The loop there doesn't work as you'd expect. You should really create a context , otherwise you only end up testing the last value I think. However, I don't have time now to dive into this.
|
Archlinux fails because there's no Apache version set. I'm not sure how that ever worked. And #833 will drop Ubuntu 16.04. |
One problem is that this changes Gentoo to have openrc as the init system (which is the default), but the tests assume systemd. I'm not sure how to deal with that. |
This is now set by the mocked custom facts
Threw in some additions here that fix the remainder of the tests for me: ekohl#1 |
Debian just fails on this when using Puppet 6:
I recall that old Rubygems versions had issues with downgrading. Not sure what the best course of action is here, but that's just broken. |
So yeah, this fails with Puppet 6 because the module try to install While some ruby code can select which version of a dependency to use ( Maybe it's time to drop support for Puppet 6 and have CI green again? |
👍 for dropping Puppet 6. It's EoL in a few months anyways. |
No description provided.