This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Revert "Fix wrong name of requirement"
This reverts commit
bedfa10ae6
.
tags/2016.12
jan kaufman
9 years ago
parent
eaef6ec555
commit
fe6f11ca38
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/network/interface.sls
+ 1
- 1
linux/network/interface.sls
View File
@@ -133,7 +133,7 @@ linux_interface_{{ interface_name }}:
{%- endfor %}
- require:
{%- for network in interface.use_interfaces %}
- network:
linux_interface_
{{ network }}
- network: {{ network }}
{%- endfor %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save