SO Setup - Fix spacing if you choose to update direct

This commit is contained in:
Mike Reeves
2018-09-13 09:51:14 -04:00
parent 0fdd281a6e
commit cb988eefde

View File

@@ -372,7 +372,7 @@ master_static() {
if [ $MASTERUPDATES == 'MASTER' ]; then
echo " masterupdate: 1" >> /opt/so/saltstack/pillar/static.sls
else
echo " masterupdate: 0" >> /opt/so/saltstack/pillar/static.sls
echo " masterupdate: 0" >> /opt/so/saltstack/pillar/static.sls
fi
}