Templates load user credentials if provided

This commit is contained in:
Dale McDiarmid 2016-07-23 20:18:58 +01:00
parent 4a86c9c482
commit d3d9bbca17
3 changed files with 9 additions and 5 deletions

View file

@ -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' }