Переглянути джерело

give the route states a better/ human readable name

tags/v0.1
Arnold Bechtoldt 10 роки тому
джерело
коміт
6d637d1262
1 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      network/routes.sls

+ 2
- 1
network/routes.sls Переглянути файл

@@ -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 }}

Завантаження…
Відмінити
Зберегти