mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Fixes for scripts, Logging.yml moved
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user