ソースを参照

add bond mode options

tags/2016.12
jan kaufman 9年前
コミット
855e16eb98
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      linux/network/interface.sls

+ 4
- 0
linux/network/interface.sls ファイルの表示

@@ -136,6 +136,10 @@ linux_interface_{{ interface_name }}:
- network: {{ network }}
{%- endfor %}
{%- endif %}
{%- if interface.type == 'bond' %}
- slaves: {{ interface.slaves }}
- mode: {{ interface.mode }}
{%- endif %}

{%- if interface.gateway is defined %}


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