commit | 11b03f7926b2a3af44f5001d33e8c29b7c948eb8 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Tue Dec 15 22:54:34 2015 +0100 |
committer | Ales Komarek <mail@newt.cz> | Tue Dec 15 22:54:34 2015 +0100 |
tree | a9f04595eebe6059e6510812acdd838e43f14491 | |
parent | fe6f11ca38e899538a6ebd978fbde3c005d84eb0 [diff] |
Proper resource identification
diff --git a/linux/network/interface.sls b/linux/network/interface.sls index a97fc13..82f8191 100644 --- a/linux/network/interface.sls +++ b/linux/network/interface.sls
@@ -118,7 +118,7 @@ - bypassfirewall: True - use: {%- for network in interface.use_interfaces %} - - network: {{ network }} + - network: linux_interface_{{ network }} {%- endfor %} - ports: {% for network in interface.use_interfaces %}{{ network }} {% endfor %} - require: