Skip to content

Commit

Permalink
Merge pull request #113 from elconas/fix_112
Browse files Browse the repository at this point in the history
Fixed Issue #112
  • Loading branch information
crayfishx authored Feb 27, 2017
2 parents fcfdeb8 + f698ea2 commit 4bed9ca
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 4bed9ca

Please sign in to comment.