Skip to content

Instantly share code, notes, and snippets.

@blackpioter
Last active April 20, 2016 14:22
Show Gist options
  • Save blackpioter/c5028c3e3919d0843a3c17b96af0e056 to your computer and use it in GitHub Desktop.
Save blackpioter/c5028c3e3919d0843a3c17b96af0e056 to your computer and use it in GitHub Desktop.
salt CS
# 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