This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
69
Wiki
Activity
Browse Source
fixed YAML issue with templated reactor config
tags/v0.57.0
Tim O'Guin
10 years ago
parent
69b2ee3812
commit
9fa42fe09d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
salt/files/master.d/reactor.conf
+ 1
- 1
salt/files/master.d/reactor.conf
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save