Templates load user credentials if provided
This commit is contained in:
parent
4a86c9c482
commit
d3d9bbca17
3 changed files with 9 additions and 5 deletions
|
|
@ -182,7 +182,7 @@ shared_examples 'multi::init' do |es_version,plugins|
|
|||
describe command('curl -s localhost:9201/_nodes/plugins?pretty=true | grep '+plugin) do
|
||||
its(:exit_status) { should eq 0 }
|
||||
end
|
||||
|
||||
|
||||
describe file('/usr/share/elasticsearch/plugins/'+plugin) do
|
||||
it { should be_directory }
|
||||
it { should be_owned_by 'elasticsearch' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue