Browse Source

give the route states a better/ human readable name

tags/v0.1
Arnold Bechtoldt 10 years ago
parent
commit
6d637d1262
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      network/routes.sls

+ 2
- 1
network/routes.sls View File

@@ -8,8 +8,9 @@
for code convention reasons. Unfortunately 'routes' is also used in **kwargs when calling ip.build_routes
in salt.states.network #}
{% for r in datamap.routes|default([]) %}
{{ r.name }}:
routes_{{ r.name }}:
network.routes:
- name: {{ r.name }}
- routes:
{% for n in r.networks %}
- name: {{ n.name }}

Loading…
Cancel
Save