Skip to content

Instantly share code, notes, and snippets.

@gravyboat
Created June 5, 2014 22:15
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 gravyboat/60f794dc1f9e093739f2 to your computer and use it in GitHub Desktop.
Save gravyboat/60f794dc1f9e093739f2 to your computer and use it in GitHub Desktop.
restart salt minion
install_at:
pkg:
- installed
- name: at
restart_minion:
at:
- present
- job: 'service salt-minion restart'
- timespec: 'now + 1 minute'
- user: root
- require:
- pkg: install_at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment