File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
268268# 20250406 up to 9.4.1
269269# 20250505 up to 9.4.2
270270# 20250606 add auto SSM clean timer service
271+ # 20250609 disable splunksecrets by default for all cases to avoid version conflict with python library
271272
272- VERSION=" 20250506a "
273+ VERSION=" 20250509a "
273274
274275# dont break script on error as we rely on tests for this
275276set +e
@@ -1818,10 +1819,12 @@ else
18181819 fi
18191820 # enable the tuning done via rc.local and restart polkit so it takes into account new rules
18201821 sysctl --system; sleep 1; chmod u+x /etc/rc.d/rc.local; systemctl start rc-local; systemctl restart polkit
1821- echo " #****************************************** splunksecrets deployment ***********************************"
1822- # deploying splunk secrets
1823- if [ $splunkconnectedmode == 1 ]; then
1824- pip3 install splunksecrets
1822+ if [ " $splunksecretsdeploymentenable " -eq " 1" ]; then
1823+ echo " #****************************************** splunksecrets deployment ***********************************"
1824+ # deploying splunk secrets
1825+ if [ $splunkconnectedmode == 1 ]; then
1826+ pip3 install splunksecrets
1827+ fi
18251828 fi
18261829fi
18271830
You can’t perform that action at this time.
0 commit comments