소스 검색

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

Loading…
취소
저장