浏览代码

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


正在加载...
取消
保存