瀏覽代碼

Fix wrong name of requirement

tags/2016.12
Filip Pytloun 9 年之前
父節點
當前提交
bedfa10ae6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls 查看文件

@@ -133,7 +133,7 @@ linux_interface_{{ interface_name }}:
{%- endfor %}
- require:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %}
{%- endif %}


Loading…
取消
儲存