瀏覽代碼

Disable resolvconf updates when nameservers are defined

tags/2016.12
Filip Pytloun 8 年之前
父節點
當前提交
271ee55fde
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      linux/network/resolv.sls

+ 5
- 0
linux/network/resolv.sls 查看文件

@@ -7,4 +7,9 @@
- mode: 644
- template: jinja

linux_resolvconf_disable:
cmd.run:
- name: resolvconf --disable-updates
- onlyif: resolvconf --updates-are-enabled

{%- endif %}

Loading…
取消
儲存