File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 env :
3131 SPLUNK_START_ARGS : --answer-yes --no-prompt --accept-license
3232 SPLUNK_PASSWORD : password
33- SPLUNK_APPS_URL : https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/4.1.2 /download
33+ SPLUNK_APPS_URL : https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/3.2.1 /download
3434 SPLUNKBASE_USERNAME : ${{ secrets.SPLUNKBASE_USERNAME }}
3535 SPLUNKBASE_PASSWORD : ${{ secrets.SPLUNKBASE_PASSWORD }}
3636 DEBUG : true
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 - SPLUNK_PASSWORD=${SPLUNK_PASSWORD}
3939 # This defines a tarball of apps to be pre-installed, you can
4040 # also include multiple tarballs with comma-separated URLs
41- - SPLUNK_APPS_URL=https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/4.1.2 /download
41+ - SPLUNK_APPS_URL=https://splunkbase.splunk.com/app/2890/release/5.4.1/download,https://splunkbase.splunk.com/app/2882/release/3.2.1 /download
4242 # - SPLUNK_APPS_URL=/tmp/ansible/python-for-scientific-computing-for-linux-64-bit_420.tgz
4343 - SPLUNKBASE_USERNAME=${SPLUNKBASE_USERNAME}
4444 - SPLUNKBASE_PASSWORD=${SPLUNKBASE_PASSWORD}
You can’t perform that action at this time.
0 commit comments