X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/333279515fb94b7fbcf9ac1f98eb7e541139a797..a68415b8f2bf106b6ea5948b0605c897b516ef4f:/cookbooks/incron/recipes/default.rb diff --git a/cookbooks/incron/recipes/default.rb b/cookbooks/incron/recipes/default.rb index 5423bc77a..de7a0f084 100644 --- a/cookbooks/incron/recipes/default.rb +++ b/cookbooks/incron/recipes/default.rb @@ -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