This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
old-salt-formula
forked from
ExternalMirrors/old-salt-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
fixed YAML issue with templated reactor config
master
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