New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_reactor.conf 339B

12345678910111213
  1. {% from "salt/map.jinja" import master with context %}
  2. {%- if master.reactor_worker_threads is defined %}
  3. reactor_worker_threads: {{ master.reactor_worker_threads }}
  4. {%- endif %}
  5. reactor:
  6. {%- for event, reactors in master.reactor.items() %}
  7. - {{ event }}:
  8. {%- for reactor in reactors %}
  9. - {{ reactor }}
  10. {%- endfor %}
  11. {%- endfor %}