Better error handling for plugin install and test for removal of logging.yml

This commit is contained in:
Dale McDiarmid 2016-03-21 20:16:29 +00:00
parent 3c5adf9961
commit bc4ee9e0f1
7 changed files with 19 additions and 4 deletions

View file

@ -103,6 +103,10 @@ shared_examples 'config::init' do |es_version|
it { should_not exist }
end
describe file('/etc/elasticsearch/logging.yml') do
it { should_not exist }
end
#Init vs Systemd tests
#Ubuntu 15 and up
#Debian 8 and up