Ver código fonte

fix: corrected indentation on context in file.managed states

tags/v0.9.0^2
Eric Veiras Galisson 5 anos atrás
pai
commit
ef88f3d047
1 arquivos alterados com 4 adições e 4 exclusões
  1. +4
    -4
      logrotate/jobs.sls

+ 4
- 4
logrotate/jobs.sls Ver arquivo

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

Carregando…
Cancelar
Salvar