]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/tmpfile.rb
Fix rubocop warnings
[chef.git] / cookbooks / systemd / resources / tmpfile.rb
index 8bf64ae09f6c5ab49ed945c16809564e0afd8982..4138770134741e74bc4953e7ce91daa611ccfe0e 100644 (file)
@@ -33,7 +33,7 @@ action :create do
     source "tmpfile.erb"
     owner "root"
     group "root"
-    mode 0644
+    mode 0o644
     variables new_resource.to_hash
   end