New version of salt-formula from Saltstack
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

14 rindas
339B

  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 %}