voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
79 stars 229 forks source link

puppetlabs/firewall: Require 7.x #898

Closed evgeni closed 9 months ago

evgeni commented 9 months ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

evgeni commented 9 months ago

Yet another of those annoying changes.

Up to 6.0 there was an action parameter and a jump parameter, which both resulted in -J to iptables, but jump was forbidden to be accept, reject or drop: https://github.com/puppetlabs/puppetlabs-firewall/blob/v6.0.0/lib/puppet/type/firewall.rb#L674-L679 In 7.0 the action parameter is gone in favor of jump.