Browse Source

Proper resource identification

tags/2016.12
Ales Komarek 9 years ago
parent
commit
11b03f7926
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls View File

@@ -118,7 +118,7 @@ linux_interface_{{ interface_name }}:
- 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:

Loading…
Cancel
Save