templates/elasticsearch/config/rubber/deploy-elasticsearch.rb in rubber-2.0.4 vs templates/elasticsearch/config/rubber/deploy-elasticsearch.rb in rubber-2.0.5

- old
+ new

@@ -25,10 +25,10 @@ exists = capture("echo $(ls /etc/init/elasticsearch.conf 2> /dev/null)") if exists.strip.size == 0 # After everything installed on machines, we need the source tree # on hosts in order to run rubber:config for bootstrapping the db rubber.update_code_for_bootstrap - rubber.run_config(:file => "role/elasticsearch", :force => true, :deploy_path => release_path) + rubber.run_config(:file => "role/elasticsearch/", :force => true, :deploy_path => release_path) restart end end