Resource Type: firewalld_rich_rule
- Defined in:
- lib/puppet/type/firewalld_rich_rule.rb
- Providers:
-
firewall_cmd
Overview
Manages firewalld rich rules.
firewalld_rich_rules will autorequire the firewalld_zone specified in the zone parameter so there is no need to add dependencies for this
Example:
firewalld_rich_rule { 'Accept SSH from barny':
ensure => present,
zone => 'restricted',
source => '192.168.1.2/32',
service => 'ssh',
action => 'accept',
}