
There now are reactor files to run highstate on: * New nodes only * Master nodes * Minion nodes
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
# This runs highstate only on the NEW node, regardless of type.
|
|
highstate_new:
|
|
cmd.state.highstate:
|
|
- tgt: {{ data['id'] }}
|