Skip to content

Instantly share code, notes, and snippets.

@theladyjaye
Created October 18, 2013 21:06
Show Gist options
  • Save theladyjaye/7048284 to your computer and use it in GitHub Desktop.
Save theladyjaye/7048284 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
@dannysauer
Copy link

It's "rm -rf", not "rm -rm"

Technically should only need rm -r ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment