ammend leftover

Fixes #5936
This commit is contained in:
Pere Urbon-Bayes 2016-09-16 16:25:23 +02:00 committed by Suyog Rao
parent d087b78d0d
commit 9bc982d795

View file

@ -38,7 +38,6 @@ module ServiceTester
hosts = (host.nil? ? servers : Array(host))
at(hosts, {in: :serial}) do |_|
sudo_exec!("yum remove -y #{package}")
sudo_exec!("rm -rf /etc/logstash")
end
end