voxpupuli / puppet-firewalld

Puppet module for managing firewalld
Apache License 2.0
40 stars 77 forks source link

Add the parameter `protocols` to the `firewalld_zone` resource type #327

Closed evgenkisel closed 1 year ago

evgenkisel commented 2 years ago

Hello!

The module does not allow to add/modify protocols for a zone with the firewalld_zone resource type, but the parameter can be used with the firewall-cmd tool like firewall-cmd --zone=example --add-protocol=icmp

See docs: firewall-cmd

jcpunk commented 1 year ago

Can you rebase this off HEAD? I'll merge once the conflicts are resolved.

jcpunk commented 1 year ago

Manually rebased in another PR