소스 검색

fix: corrected indentation on context in file.managed states

tags/v0.9.0^2
Eric Veiras Galisson 5 년 전
부모
커밋
ef88f3d047
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      logrotate/jobs.sls

+ 4
- 4
logrotate/jobs.sls 파일 보기

@@ -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 -%}

Loading…
취소
저장