]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/recipes/default.rb
Use strings for file modes
[chef.git] / cookbooks / elasticsearch / recipes / default.rb
index 7feaa4a4cb269d5caa4daf075641c37ace455d1d..cd7e8ff0165cea04d206aed537d2e43535bedbe3 100644 (file)
@@ -26,7 +26,7 @@ template "/etc/elasticsearch/elasticsearch.yml" do
   source "elasticsearch.yml.erb"
   user "root"
   group "root"
-  mode 0o644
+  mode "644"
   notifies :restart, "service[elasticsearch]"
 end