moving it making dir into own step
This commit is contained in:
parent
b15d7018c8
commit
3e1f6d7eaa
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
unless system "splunk status"
|
unless system "splunk status"
|
||||||
execute "Download splunk" do
|
execute "Make Temp Dir" do
|
||||||
command "mkdir -p /tmp/install"
|
command "mkdir -p /tmp/install"
|
||||||
|
end
|
||||||
|
|
||||||
|
execute "Download splunk" do
|
||||||
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'"
|
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
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue