소스 검색

add master option for bond slaves

tags/2017.4
Marek Celoud 7 년 전
부모
커밋
f0864a0945
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      linux/network/interface.sls

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

@@ -133,6 +133,9 @@ linux_interface_{{ interface_name }}:
{%- else %}
- proto: {{ interface.get('proto', 'dhcp') }}
{%- endif %}
{%- if interface.type == 'slave' %}
- master: {{ interface.master }}
{%- endif %}
{%- if interface.name_servers is defined %}
- dns: {{ interface.name_servers }}
{%- endif %}

Loading…
취소
저장