Accept license in splunk cookbook
This commit is contained in:
parent
afc3bd63fe
commit
729ea5be48
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ execute "Install splunk" do
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "Put splunk into forwarding mode" do
|
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
|
end
|
||||||
|
|
||||||
execute "Add forwarding server" do
|
execute "Add forwarding server" do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue