浏览代码

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

正在加载...
取消
保存