ソースを参照

Merge pull request #132 from alexandruavadanii/interface-repl-fix

network.interface: strict eol pattern matching
pull/133/head
Filip Pytloun 7年前
コミット
05eecf8559
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      linux/network/interface.sls

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

@@ -121,7 +121,7 @@ ovs_port_{{ interface_name }}:
ovs_port_{{ interface_name }}_line1:
file.replace:
- name: /etc/network/interfaces
- pattern: auto {{ interface_name }}
- pattern: auto {{ interface_name }}$
- repl: ""

ovs_port_{{ interface_name }}_line2:
@@ -246,7 +246,7 @@ linux_bond_interface_{{ interface_name }}:
remove_interface_{{ network }}_line1:
file.replace:
- name: /etc/network/interfaces
- pattern: auto {{ network }}
- pattern: auto {{ network }}$
- repl: ""

remove_interface_{{ network }}_line2:

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