Skip to content

Commit

Permalink
Fix the disable action
Browse files Browse the repository at this point in the history
  • Loading branch information
devsibwarra committed Jan 15, 2016
1 parent 374e486 commit 99a7c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/rule.rb
Expand Up @@ -47,6 +47,6 @@
file "/etc/iptables.d/#{new_resource.name}" do
action :delete
backup false
notifies :run, 'exec[rebuild-iptables]', :delayed
notifies :run, 'execute[rebuild-iptables]', :delayed
end
end

0 comments on commit 99a7c62

Please sign in to comment.