소스 검색

Add contents_pillar support for files managed by pillar

pull/141/head
Bruno Binet 7 년 전
부모
커밋
b0bc29e120
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls 파일 보기

@@ -11,6 +11,9 @@
{%- if file.contents is defined %}
- contents: {{ file.contents }}
{%- endif %}
{%- if file.contents_pillar is defined %}
- contents_pillar: {{ file.contents_pillar }}
{%- endif %}
- makedirs: {{ file.get('makedirs', 'True') }}
- user: {{ file.get('user', 'root') }}
- group: {{ file.get('group', 'root') }}
@@ -31,4 +34,4 @@

{%- endfor %}

{%- endif %}
{%- endif %}

Loading…
취소
저장