Fixes for scripts, Logging.yml moved
This commit is contained in:
parent
4ef7436143
commit
23c8bdb7de
6 changed files with 21 additions and 10 deletions
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue