X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..5fae0fc5594d33b38966e604b5cf600144bc1eb9:/cookbooks/systemd/resources/path.rb diff --git a/cookbooks/systemd/resources/path.rb b/cookbooks/systemd/resources/path.rb index 448a47cd6..918e5f801 100644 --- a/cookbooks/systemd/resources/path.rb +++ b/cookbooks/systemd/resources/path.rb @@ -40,7 +40,7 @@ action :create do source "path.erb" owner "root" group "root" - mode 0o644 + mode "644" variables path_variables end