mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-17 02:00:25 +00:00
fixed YAML issue with templated reactor config
This commit is contained in:
parent
69b2ee3812
commit
9fa42fe09d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
reactor:
|
||||
{%- for reactor in reactors %}
|
||||
{%- for event_tag, reactor_files in reactor.items() %}
|
||||
- '{{ event_tag }}'
|
||||
- '{{ event_tag }}':
|
||||
{%- for reactor_file in reactor_files %}
|
||||
- {{ reactor_file }}
|
||||
{%- endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue