Force move splunk

This commit is contained in:
Raphael 2010-11-17 11:47:38 -08:00
parent 1faf1986ae
commit 0012c010af

View file

@ -7,7 +7,7 @@ execute "Untar splunk" do
end
execute "Install splunk" do
command "mv /tmp/install/splunk /opt/splunk"
command "mv -f /tmp/install/splunk /opt/splunk"
end
execute "Start splunk" do