소스 검색

Fix for network interfaces idempotence

tags/2016.12
Olivier Bourdon 8 년 전
부모
커밋
866c348d32
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      linux/network/interface.sls

+ 1
- 0
linux/network/interface.sls 파일 보기

@@ -88,6 +88,7 @@ linux_interface_{{ interface_name }}:
- type: {{ interface.type }}
{%- if interface.address is defined %}
{%- if grains.os_family == 'Debian' %}
- unless: grep -q "iface {{ interface_name }} " /etc/network/interfaces
- proto: {{ interface.get('proto', 'static') }}
{% endif %}
{%- if grains.os_family == 'RedHat' %}

Loading…
취소
저장