owner "root"
group "root"
mode 0644
+ variables :jails => []
end
service "fail2ban" do
- action [ :enable, :start ]
+ action [:enable, :start]
supports :status => true, :reload => true, :restart => true
subscribes :reload, "template[/etc/fail2ban/jail.local]"
end