Last active
April 20, 2016 14:22
-
-
Save blackpioter/c5028c3e3919d0843a3c17b96af0e056 to your computer and use it in GitHub Desktop.
salt CS
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
# Look for the state tree in the local file system and not to contact a Salt Master | |
salt-call --local state.apply | |
# Same as above in debug mode | |
salt-call --local state.apply -l debug | |
# Re-register salt minion | |
systemctl stop salt-minion.service && rm -rf /var/cache/salt/* && systemctl start salt-minion.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment