mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Better error handling for plugin install and test for removal of logging.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user