Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
Archlinux fails because there's no Apache version set. I'm not sure how that ever worked. And https://github.com/voxpupuli/puppet-zabbix/pull/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...
Debian just fails on this when using Puppet 6: ``` Error: Could not update: Execution of '/opt/puppetlabs/puppet/bin/gem install -v 5.0.0-alpha1 --no-document zabbixapi' returned 1: ERROR: Error installing zabbixapi: The last...
You can help by doing the preparation steps. https://voxpupuli.org/docs/releasing_version/ documents those. If you run that up to the changelog generation and then submit that as a PR it'll help. We're...
I'm generally in favor of what you describe but let's be blunt: we don't have the manpower to do that. A lot of the work we put in the current...
Btw, an alternative is to use the gid (`0`) instead of name. The gid is constant between Linux/BSD and avoids the need for a parameter.
@hdeheer do you know which parameters don't match?
I still think it's a bad idea. This module depends on certain behavior, such as purge. If that's not specified, you get unpredicatable behavior. Namely, depending on the parse order...
It could have an option, but it feels too invasive to me to do so by default. For example, on my Fedora 36 system: ```console $ ls /etc/udev/rules.d/ 70-persistent-ipoib.rules $...
This needs a rebase now due to conflicts.