]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/elasticsearch/recipes/default.rb
Fix rubocop warnings
[chef.git] / cookbooks / elasticsearch / recipes / default.rb
index 3ade99c39b42401a3be97b9b087c1c5d79422865..a40d45ce22bf58d3125121f8f76decb07e855800 100644 (file)
@@ -24,7 +24,7 @@ template "/etc/elasticsearch/elasticsearch.yml" do
   source "elasticsearch.yml.erb"
   user "root"
   group "root"
-  mode 0644
+  mode 0o644
   notifies :restart, "service[elasticsearch]"
 end