Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcarley/b9d2b74efde3afb0666236d9abe40a8b to your computer and use it in GitHub Desktop.
Save jcarley/b9d2b74efde3afb0666236d9abe40a8b to your computer and use it in GitHub Desktop.
change to new salt master
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