Skip to content

Commit

Permalink
Fixed Issue voxpupuli#112
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmms committed Feb 1, 2017
1 parent fcfdeb8 commit f698ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/firewalld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def execute_firewall_cmd(args, zone=@resource[:zone], perm=true, failonfail=true
if online?
self.class.execute_firewall_cmd(args, zone, perm, failonfail)
else
self.class.execute_firewall_cmd(args, zone, false, true, 'firewall-offline-cmd')
self.class.execute_firewall_cmd(args, zone, false, failonfail, 'firewall-offline-cmd')
end
end

Expand Down

0 comments on commit f698ea2

Please sign in to comment.