making a directory to cd into, for splunk
This commit is contained in:
parent
93b0f3fd81
commit
b15d7018c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue