X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1ebbb9ef31e7495b255b828fcf8ea9ff988b1396..525ab3da99ed14a2bf1ec2969a8a60a43fe96af9:/cookbooks/elasticsearch/recipes/default.rb diff --git a/cookbooks/elasticsearch/recipes/default.rb b/cookbooks/elasticsearch/recipes/default.rb index 41ea68a12..aaabe4c74 100644 --- a/cookbooks/elasticsearch/recipes/default.rb +++ b/cookbooks/elasticsearch/recipes/default.rb @@ -23,6 +23,6 @@ package "elasticsearch" do end service "elasticsearch" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true end