]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / fail2ban / recipes / default.rb
index 1fe3840cce1e58e3c2c82d39c6352f396013f06a..0fdc6c9feee6af3d45675884d9e9316acfea8085 100644 (file)
@@ -28,7 +28,7 @@ template "/etc/fail2ban/jail.local" do
 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