Accept license in splunk cookbook

This commit is contained in:
Raphael 2010-11-17 11:37:24 -08:00
parent afc3bd63fe
commit 729ea5be48

View file

@ -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