Support for scripts
This commit is contained in:
parent
d25fc792b6
commit
bdb9ee6a4a
13 changed files with 53 additions and 14 deletions
|
|
@ -20,7 +20,7 @@ context "basic tests" do
|
|||
|
||||
describe file('/etc/elasticsearch/node1/elasticsearch.yml') do
|
||||
it { should contain 'node.name: localhost-node1' }
|
||||
it { should contain 'cluster.name: "elasticsearch"' }
|
||||
it { should contain 'cluster.name: elasticsearch' }
|
||||
it { should contain 'path.conf: /etc/elasticsearch/node1' }
|
||||
it { should contain 'path.data: /var/lib/elasticsearch/localhost-node1' }
|
||||
it { should contain 'path.work: /tmp/elasticsearch/localhost-node1' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue