Adam Stackhouse

Results 2 issues of Adam Stackhouse

This is to resolve the issue raised here https://github.com/sjsadowski/firewalld-cookbook/issues/38

We added the following rule in a cookbook using the firewalld_rich_rule resource: ``` firewalld_rich_rule 'ssh' do zone 'public' family 'ipv4' source_address '10.0.0.0/16' service_name 'ssh' firewall_action "accept" action :add end ```...