]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/module.rb
Use strings for file modes
[chef.git] / cookbooks / apache / resources / module.rb
index 52cde2f8547272f71c03b338b128ffd03ccda2a5..6658d52a66320e95f8fbb6045b1c0b9ec515a57d 100644 (file)
@@ -33,7 +33,7 @@ action :install do
       source new_resource.conf
       owner "root"
       group "root"
-      mode 0o644
+      mode "644"
       variables new_resource.variables
     end
   end