Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Forked from theladyjaye/cmd.sh
Created December 10, 2015 19:45
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 UtahDave/ff0d59ca34d2c1ffe265 to your computer and use it in GitHub Desktop.
Save UtahDave/ff0d59ca34d2c1ffe265 to your computer and use it in GitHub Desktop.
clear salt minion cache
salt '*' cmd.run 'rm -rm /var/cache/salt/minion/files/base/*'
salt '*' saltutil.sync_all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment