Updating dns record

This commit is contained in:
2023-09-25 08:15:05 -04:00
parent 1e95bb8ef8
commit 61923105fe
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ curl -o /tmp/bootstrap-salt.sh -L https://bootstrap.saltproject.io
if [ -e /tmp/bootstrap-salt.sh ]; then bash /tmp/bootstrap-salt.sh; fi
# Point minion to master
echo "master: salt-master.local" | tee /etc/salt/minion.d/override.conf
echo "master: salt-master.io" | tee /etc/salt/minion.d/override.conf
# Restart minion service
systemctl restart salt-minion