Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
maxwell 2010-11-17 12:17:10 -08:00
commit 8855897b0f

View file

@ -6,6 +6,10 @@ execute "Untar splunk" do
command "cd /tmp/install && tar -xvf splunk-4.1.5-85165-Linux-x86_64.tgz"
end
execute "Stop old splunk" do
command "/opt/splunk/bin/splunk stop || true"
end
execute "Remove old splunk" do
command "rm -rf /opt/splunk"
end