瀏覽代碼

dont touch hostname if not needed

tags/2017.4
Petr Michalec 8 年之前
父節點
當前提交
fe57bdd45b
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      linux/network/hostname.sls

+ 2
- 1
linux/network/hostname.sls 查看文件

@@ -19,6 +19,7 @@ linux_hostname_file:
linux_enforce_hostname:
cmd.wait:
- name: hostname {{ network.hostname }}
- unless: test "$(hostname)" = "{{ network.hostname }}"

{#
linux_hostname_hosts:
@@ -29,4 +30,4 @@ linux_hostname_hosts:
- {{ network.hostname }}
#}

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

Loading…
取消
儲存