Skip to content

Instantly share code, notes, and snippets.

@iggy
Created April 1, 2015 01:16
Show Gist options
  • Select an option

  • Save iggy/80bd809c1557d8aa8d9e to your computer and use it in GitHub Desktop.

Select an option

Save iggy/80bd809c1557d8aa8d9e to your computer and use it in GitHub Desktop.
sync all on minion start
# /etc/salt/master.d/60reactor.conf
# reactor config for salt master
reactor:
- 'salt/minion/*/start':
- salt://salt/reactor/sync_all.sls
# /srv/salt/salt/reactor/sync_all.sls
# called by reactor config on master to sync_all on minion startup
sync_all:
local.saltutil.sync_all:
- tgt: '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment