소스 검색

Update file.sls

add replace
pull/206/head
preussal 5 년 전
부모
커밋
a1a5abc884
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      linux/system/file.sls

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

@@ -50,7 +50,10 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}

{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}

{%- endif %}

Loading…
취소
저장