-
-
Save jcarley/b9d2b74efde3afb0666236d9abe40a8b to your computer and use it in GitHub Desktop.
change to new salt master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service salt-minion stop | |
rm -f /etc/salt/pki/minion/minion_master.pub | |
echo "master: salt" > /etc/salt/minion | |
service salt-minion start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment