Skip to content

Instantly share code, notes, and snippets.

View rch317's full-sized avatar
🎯
Focusing

Rob Hough rch317

🎯
Focusing
  • Indianapolis, IN
View GitHub Profile
@jolbax
jolbax / Saltstack Cheatsheet
Last active September 26, 2020 20:33
This is a little collection of useful Salt commands #saltstack #cheatsheet
# Refresh Git file server
salt-run fileserver.update backend=git
# Clear Git file server cache
salt-run fileserver.clear_cache backend=git
# Clear gitfs locks
salt-run cache.clear_git_lock gitfs type=update
# Update specific branch and repo