]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/incron/recipes/default.rb
Set effective_io_concurrency to 256 on karm
[chef.git] / cookbooks / incron / recipes / default.rb
index ef44a693b782f2955825118898bdf64c7b75d04d..de7a0f084804162a6720c88bea9f0edc67c59bfa 100644 (file)
@@ -20,7 +20,7 @@
 package "incron"
 
 service "incron" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :reload => true, :restart => true
 end
 
@@ -41,7 +41,7 @@ incrontabs.each do |user, lines|
   file "/var/spool/incron/#{user}" do
     owner user
     group "incron"
-    mode 0600
+    mode 0o600
     content lines.join("\n")
   end
 end