Support for configuration per node and multiple nodes per server

This commit is contained in:
Dale McDiarmid 2015-10-22 19:09:53 +01:00
parent 0c6f326bed
commit d19297adda
30 changed files with 818 additions and 88 deletions

View file

@ -14,7 +14,7 @@ context "basic tests" do
it { should be_installed }
end
describe file('/etc/elasticsearch/elasticsearch.yml') do
describe file('/etc/elasticsearch/elasticsearch/elasticsearch.yml') do
it { should be_file }
end