Redis and Filebeat fixes to point to IP

This commit is contained in:
Mike Reeves
2018-10-18 21:18:15 -04:00
parent 9e28db4221
commit 0161a41941
3 changed files with 4 additions and 3 deletions

View File

@@ -409,6 +409,7 @@ master_static() {
echo " proxy: $PROXY" >> /opt/so/saltstack/pillar/static.sls
echo " broversion: $BROVERSION" >> /opt/so/saltstack/pillar/static.sls
echo " ids: $NIDS" >> /opt/so/saltstack/pillar/static.sls
echo " masterip: $MAINIP" >> /opt/so/saltstack/pillar/static.sls
if [ $MASTERUPDATES == 'MASTER' ]; then
echo " masterupdate: 1" >> /opt/so/saltstack/pillar/static.sls
else