From 729ea5be486fe42bd79055baa83ed9c89459f5dc Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Nov 2010 11:37:24 -0800 Subject: [PATCH] Accept license in splunk cookbook --- chef/cookbooks/common/recipes/splunk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/common/recipes/splunk.rb b/chef/cookbooks/common/recipes/splunk.rb index bcd1e56d0..5833cb223 100644 --- a/chef/cookbooks/common/recipes/splunk.rb +++ b/chef/cookbooks/common/recipes/splunk.rb @@ -11,7 +11,7 @@ execute "Install splunk" do end execute "Put splunk into forwarding mode" do - command "cd /opt/splunk/bin && ./splunk enable app SplunkLightForwarder -auth admin:changeme" + command "cd /opt/splunk/bin && ./splunk enable app SplunkLightForwarder --accept-license -auth admin:changeme" end execute "Add forwarding server" do