Fixes for scripts, Logging.yml moved

This commit is contained in:
Dale McDiarmid 2015-11-25 23:43:01 +00:00
parent 4ef7436143
commit 23c8bdb7de
6 changed files with 21 additions and 10 deletions

View file

@ -18,6 +18,10 @@ context "basic tests" do
it { should be_file }
end
describe file('/etc/elasticsearch/node1/logging.yml') do
it { should be_file }
end
describe file('/etc/elasticsearch/node1/elasticsearch.yml') do
it { should contain 'node.name: localhost-node1' }
it { should contain 'cluster.name: elasticsearch' }