commit | fe6f11ca38e899538a6ebd978fbde3c005d84eb0 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Dec 15 22:08:33 2015 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Dec 15 22:08:33 2015 +0100 |
tree | 8688cc1530c13b46f47d7b08ed4f51e6caade77b | |
parent | eaef6ec55570972f5c2f83d4ca8d48ea0ec25dd9 [diff] |
Revert "Fix wrong name of requirement" This reverts commit bedfa10ae683ce24c86efac968f08cd012aa88dd.
diff --git a/linux/network/interface.sls b/linux/network/interface.sls index 6544cae..a97fc13 100644 --- a/linux/network/interface.sls +++ b/linux/network/interface.sls
@@ -133,7 +133,7 @@ {%- endfor %} - require: {%- for network in interface.use_interfaces %} - - network: linux_interface_{{ network }} + - network: {{ network }} {%- endfor %} {%- endif %}