Bläddra i källkod

Updated to | json for backward compatibility

tags/v0.9.0
waynegemmell 5 år sedan
förälder
incheckning
235f677bc6
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. +4
    -4
      logrotate/jobs.sls

+ 4
- 4
logrotate/jobs.sls Visa fil

@@ -22,11 +22,11 @@ logrotate-{{ key }}:
- template: jinja
- context:
{% if value is mapping %}
path: {{ value.get('path', [key]) | tojson }}
data: {{ value.get('config', []) | tojson }}
path: {{ value.get('path', [key]) | json }}
data: {{ value.get('config', []) | json }}
{% else %}
path: [ {{ key | tojson }} ]
data: {{ value | tojson }}
path: [ {{ key | json }} ]
data: {{ value | json }}
{% endif %}
{% endif %}
{%- endfor -%}

Laddar…
Avbryt
Spara