X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7c4174b2f08a5c142f6c4b8eedfe69a3586b9df7..aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc:/cookbooks/accounts/recipes/default.rb diff --git a/cookbooks/accounts/recipes/default.rb b/cookbooks/accounts/recipes/default.rb index fa7dc2814..586d59004 100644 --- a/cookbooks/accounts/recipes/default.rb +++ b/cookbooks/accounts/recipes/default.rb @@ -64,7 +64,7 @@ search(:accounts, "*:*").each do |account| source name.to_s owner name.to_s group name.to_s - mode 0o755 + mode "755" files_owner name.to_s files_group name.to_s files_mode 0o644