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

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

Loading…
Cancel
Save