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

- bypassfirewall: True - bypassfirewall: True
- use: - use:
{%- for network in interface.use_interfaces %} {%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %} {%- endfor %}
- ports: {% for network in interface.use_interfaces %}{{ network }} {% endfor %} - ports: {% for network in interface.use_interfaces %}{{ network }} {% endfor %}
- require: - require:

Loading…
Cancel
Save