浏览代码

Redhat compatibility for proto: manual

tags/2016.12
Filip Pytloun 8 年前
父节点
当前提交
92d1216546
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      linux/network/interface.sls

+ 4
- 0
linux/network/interface.sls 查看文件

@@ -91,7 +91,11 @@ linux_interface_{{ interface_name }}:
- proto: {{ interface.get('proto', 'static') }}
{% endif %}
{%- if grains.os_family == 'RedHat' %}
{%- if interface.get('proto', 'none') == 'manual' %}
- proto: 'none'
{%- else %}
- proto: {{ interface.get('proto', 'none') }}
{%- endif %}
{% endif %}
- ipaddr: {{ interface.address }}
- netmask: {{ interface.netmask }}

正在加载...
取消
保存