]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/tmpfile.rb
Use strings for file modes
[chef.git] / cookbooks / systemd / resources / tmpfile.rb
index 8c21b6b6ff3462a79f2ae0c386627946cde88309..2c294b5ba3a23559aad8ca120d14bd3b391aa64b 100644 (file)
@@ -33,7 +33,7 @@ action :create do
     source "tmpfile.erb"
     owner "root"
     group "root"
-    mode 0o644
+    mode "644"
     variables new_resource.to_hash
   end