Updating salt domain

This commit is contained in:
2023-11-15 09:57:38 -05:00
parent 61923105fe
commit 14ca48abff
2 changed files with 2 additions and 2 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.io" | tee /etc/salt/minion.d/override.conf
echo "master: salt.lan" | tee /etc/salt/minion.d/override.conf
# Restart minion service
systemctl restart salt-minion