Fix Docker Settings on new installs

This commit is contained in:
TOoSmOotH
2020-12-17 15:21:29 -05:00
parent 1f523deaea
commit d99596ad06
3 changed files with 9 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ rc3_to_2.3.0() {
INSTALLEDVERSION=2.3.0
}
2.3.0_to_2.3.20(){
2.3.0_to_2.3.20(){DOCKERSTUFFBIP=$(echo $DOCKERSTUFF | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24
# Remove PCAP from global
sed '/pcap:/d' /opt/so/saltstack/local/pillar/global.sls
sed '/sensor_checkin_interval_ms:/d' /opt/so/saltstack/local/pillar/global.sls