making a directory to cd into, for splunk

This commit is contained in:
zhitomirskiyi 2010-11-20 18:24:44 -08:00
parent 93b0f3fd81
commit b15d7018c8

View file

@ -1,5 +1,6 @@
unless system "splunk status"
execute "Download splunk" do
command "mkdir -p /tmp/install"
command "cd /tmp/install && wget 'http://www.splunk.com/index.php/download_track?file=4.1.5/linux/splunk-4.1.5-85165-Linux-x86_64.tgz&ac=&wget=true&name=wget&typed=releases'"
end