commit | bedfa10ae683ce24c86efac968f08cd012aa88dd | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Dec 15 18:30:34 2015 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Dec 15 18:30:34 2015 +0100 |
tree | 3ee650b5718893ad3b88a9e508b09ca553f793fc | |
parent | 0a0da4078bd228187452867e727312aedfc065c3 [diff] |
Fix wrong name of requirement
diff --git a/linux/network/interface.sls b/linux/network/interface.sls index a97fc13..6544cae 100644 --- a/linux/network/interface.sls +++ b/linux/network/interface.sls
@@ -133,7 +133,7 @@ {%- endfor %} - require: {%- for network in interface.use_interfaces %} - - network: {{ network }} + - network: linux_interface_{{ network }} {%- endfor %} {%- endif %}