default_action :create
-property :jail, :kind_of => String, :name_attribute => true
+property :jail, :kind_of => String, :name_property => true
property :filter, :kind_of => String
property :logpath, :kind_of => String
property :protocol, :kind_of => String
end
def after_created
- notifies :reload, "service[fail2ban]"
+ notifies :restart, "service[fail2ban]"
end