]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/statistics.rb
Use strings for file modes
[chef.git] / cookbooks / web / recipes / statistics.rb
index f725e108b5e36b35035884445a2eee07997543b1..7f408ed79c3bd64fcc9f1cb12bcc058b6d0eabdf 100644 (file)
@@ -26,7 +26,7 @@ template "/usr/local/bin/statistics" do
   source "statistics.erb"
   owner "root"
   group "root"
-  mode 0o755
+  mode "755"
   variables :ruby => ruby, :directory => rails_directory
 end