Created
May 5, 2014 13:57
-
-
Save ghaering/9f05a362489d3ea5c9c6 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