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 8be69814c8
commit 7269b3da5f

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