Update the firewall cookbook to the latest version
This gives us comments from the named resources
This commit is contained in:
@@ -21,7 +21,7 @@ module FirewallCookbook
|
||||
return false unless firewalld_active?
|
||||
|
||||
cmd = shell_out('firewall-cmd', '--get-default-zone')
|
||||
cmd.stdout =~ /^#{z.to_s}$/
|
||||
cmd.stdout =~ /^#{z}$/
|
||||
end
|
||||
|
||||
def firewalld_default_zone!(z)
|
||||
|
||||
Reference in New Issue
Block a user