Only symlink systemd file for systemd systems

This commit is contained in:
Michael Russell 2018-06-18 07:37:51 +02:00
parent 23e336833a
commit d451d27723
No known key found for this signature in database
GPG key ID: A90C1696496085FE
6 changed files with 24 additions and 56 deletions

View file

@ -68,10 +68,6 @@ shared_examples 'xpack::init' do |vars|
end
end
describe file('/usr/lib/systemd/system/elasticsearch.service') do
it { should_not exist }
end
describe file('/etc/elasticsearch/elasticsearch.yml') do
it { should_not exist }
end