ソースを参照

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

読み込み中…
キャンセル
保存