Fleet Module - Added auto install of launcher if osq enabled

This commit is contained in:
Mike Reeves
2019-04-30 09:35:29 -04:00
parent 44e2dbdc60
commit 85f7137901
6 changed files with 51 additions and 6 deletions

View File

@@ -582,6 +582,7 @@ master_static() {
echo " hiveuser: hiveadmin" >> /opt/so/saltstack/pillar/static.sls
echo " hivepassword: hivechangeme" >> /opt/so/saltstack/pillar/static.sls
echo " hivekey: $HIVEKEY" >> /opt/so/saltstack/pillar/static.sls
echo " fleetsetup: 0" >> /opt/so/salt/saltstack/pillar/static.sls
if [[ $MASTERUPDATES == 'MASTER' ]]; then
echo " masterupdate: 1" >> /opt/so/saltstack/pillar/static.sls
else