Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ExternalMirrors
/
network-formula
mirror da
https://github.com/bechtoldt/saltstack-network-formula
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Rilasci
1
Wiki
Attività
Sfoglia il codice sorgente
routes: pass gateway param only if defined , it fix interface routes without defined gateway
pull/11/head
Krzysztof Pawłowski
9 anni fa
parent
a78bcfdd6e
commit
099949e0a7
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+2
-0
network/routes.sls
+ 2
- 0
network/routes.sls
Vedi File
@@ -16,6 +16,8 @@ routes_{{ v.name|default(k) }}:
- name: {{ net.name }}
ipaddr: {{ net.ipaddr }}
netmask: {{ net.netmask }}
{% if net.gateway is defined %}
gateway: {{ net.gateway }}
{% endif %}
{% endfor %}
{% endfor %}
Write
Preview
Loading…
Annulla
Salva