소스 검색

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

Loading…
취소
저장