]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/resources/plugin_conf.rb
Use strings for file modes
[chef.git] / cookbooks / munin / resources / plugin_conf.rb
index ab9a54a6571cbdbcc0a19477f5ee5dd474c4ac5d..e58a42889aa84b01541a3ea8c92b59e5e1860063 100644 (file)
@@ -31,7 +31,7 @@ action :create do
     source new_resource.template
     owner "root"
     group "root"
-    mode 0o644
+    mode "644"
     variables new_resource.variables.merge(:name => new_resource.plugin_conf)
   end
 end