From 7956c234bd910baa4e9158342d423bd56b2ef12f Mon Sep 17 00:00:00 2001 From: Tray Torrance Date: Tue, 15 Nov 2011 17:23:30 -0800 Subject: [PATCH] Adjusts splunk chef recipe to name the splunk download properly --- chef/cookbooks/diaspora/recipes/splunk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/diaspora/recipes/splunk.rb b/chef/cookbooks/diaspora/recipes/splunk.rb index 04d6354a4..5142437e4 100644 --- a/chef/cookbooks/diaspora/recipes/splunk.rb +++ b/chef/cookbooks/diaspora/recipes/splunk.rb @@ -4,7 +4,7 @@ unless system "splunk status" 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' -O splunk-4.1.5-85165-Linux-x86_64.tgz" end execute "Untar splunk" do