소스 검색

Fix for hosts file idempotence

tags/2016.12
Olivier Bourdon 8 년 전
부모
커밋
577fbf5131
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      linux/network/host.sls

+ 3
- 1
linux/network/host.sls 파일 보기

@@ -28,6 +28,8 @@ linux_host_{{ name }}_order_fix:
- repl: {{ after }}
- watch:
- host: linux_host_{{ name }}
- onlyif:
- grep -q "{{ before }}" /etc/hosts

{%- endif %}

@@ -35,4 +37,4 @@ linux_host_{{ name }}_order_fix:

{%- endfor %}

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

Loading…
취소
저장