Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # /etc/salt/master.d/reactor.conf
  2. reactor:
  3. - 'salt/cloud/*/created':
  4. - '/srv/reactor/startup_highstate.sls'
  5.  
  6. # /srv/reactor/startup_highstate.sls
  7. reactor_highstate:
  8. local.state.highstate:
  9. - tgt: {{ data['name'] }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement