mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mostly whitespace & comment changes
Added a check to make sure inet6 iface lines have the variables needed to prevent a render error. Also added some whitespace and jinja comment blocks to more easily identify what's going on in this file.
This commit is contained in:
parent
41ffb8d805
commit
88f9d9f22c
1 changed files with 75 additions and 75 deletions
|
@ -1,93 +1,93 @@
|
|||
{% if data.enabled %}auto {{name}}
|
||||
{%endif%}{% if data.hotplug %}allow-hotplug {{name}}
|
||||
{%endif%}{%- if data.data['inet'] -%}
|
||||
{% if data.enabled %}auto {{name}}{# Enabled #}
|
||||
{%endif%}{% if data.hotplug %}allow-hotplug {{name}}{# Hotplug #}
|
||||
{%endif%}{%- if data.data['inet'] -%}{# IPv4 #}
|
||||
{%- set interface = data.data['inet'] -%}
|
||||
{% if interface.proto and interface.addrfam %}iface {{name}} {{interface.addrfam}} {{interface.proto}}
|
||||
{%endif %}{% if interface.hwaddress %} hwaddress {{interface.hwaddress}}
|
||||
{%endif%}{% if interface.vlan_raw_device %} vlan-raw-device {{interface.vlan_raw_device}}
|
||||
{%endif%}{% if interface.address %} address {{interface.address}}
|
||||
{%endif%}{% if interface.netmask %} netmask {{interface.netmask}}
|
||||
{%endif%}{% if interface.broadcast %} broadcast {{interface.broadcast}}
|
||||
{%endif%}{% if interface.metric %} metric {{interface.metric}}
|
||||
{%endif%}{% if interface.gateway %} gateway {{interface.gateway}}
|
||||
{%endif%}{% if interface.pointopoint %} pointopoint {{interface.pointopoint}}
|
||||
{%endif%}{% if interface.scope %} scope {{interface.scope}}
|
||||
{%endif%}{% if interface.hostname %} hostname {{interface.hostname}}
|
||||
{%endif%}{% if interface.metric %} metric {{interface.metric}}
|
||||
{%endif%}{% if interface.leasehours %} leasehours {{interface.leasehours}}
|
||||
{%endif%}{% if interface.leasetime %} leasetime {{interface.leasetime}}
|
||||
{%endif%}{% if interface.vendor %} vendor {{interface.vendor}}
|
||||
{%endif%}{% if interface.client %} client {{interface.client}}
|
||||
{%endif%}{% if interface.bootfile %} bootfile {{interface.bootfile}}
|
||||
{%endif%}{% if interface.server %} server {{interface.server}}
|
||||
{%endif%}{# if interface.hwaddr %} hwaddress {{interface.hwaddr}}
|
||||
{%endif#}{% if interface.mode %} mode {{interface.mode}}
|
||||
{%endif%}{% if interface.endpoint %} endpoint {{interface.endpoint}}
|
||||
{%endif%}{% if interface.dstaddr %} dstaddr {{interface.dstaddr}}
|
||||
{%endif%}{% if interface.local %} local {{interface.local}}
|
||||
{%endif%}{% if interface.ttl %} ttl {{interface.ttl}}
|
||||
{%endif%}{% if interface.mtu %} mtu {{interface.mtu}}
|
||||
{%endif%}{% if interface.provider %} provider {{interface.provider}}
|
||||
{%endif%}{% if interface.unit %} unit {{interface.unit}}
|
||||
{%endif%}{% if interface.options %} options {{interface.options}}
|
||||
{%endif%}{% if interface.master %} bond-master {{interface.master}}
|
||||
{%endif%}{% if interface.dns_nameservers %} dns-nameservers {%for item in interface.dns_nameservers %}{{item}} {%endfor%}
|
||||
{%endif%}{% if interface.dns_search %} dns-search {% for item in interface.dns_search %}{{item}} {%endfor%}
|
||||
{%endif%}{% if interface.ethtool %}{%for item in interface.ethtool_keys %} {{item}} {{interface.ethtool[item]}}
|
||||
{%endfor%}{%endif%}{% if interface.bonding %}{%for item in interface.bonding_keys %} bond-{{item}} {{interface.bonding[item]}}
|
||||
{%endif%}{% if interface.hwaddress %} hwaddress {{interface.hwaddress}}
|
||||
{%endif%}{% if interface.vlan_raw_device %} vlan-raw-device {{interface.vlan_raw_device}}
|
||||
{%endif%}{% if interface.address %} address {{interface.address}}
|
||||
{%endif%}{% if interface.netmask %} netmask {{interface.netmask}}
|
||||
{%endif%}{% if interface.broadcast %} broadcast {{interface.broadcast}}
|
||||
{%endif%}{% if interface.metric %} metric {{interface.metric}}
|
||||
{%endif%}{% if interface.gateway %} gateway {{interface.gateway}}
|
||||
{%endif%}{% if interface.pointopoint %} pointopoint {{interface.pointopoint}}
|
||||
{%endif%}{% if interface.scope %} scope {{interface.scope}}
|
||||
{%endif%}{% if interface.hostname %} hostname {{interface.hostname}}
|
||||
{%endif%}{% if interface.metric %} metric {{interface.metric}}
|
||||
{%endif%}{% if interface.leasehours %} leasehours {{interface.leasehours}}
|
||||
{%endif%}{% if interface.leasetime %} leasetime {{interface.leasetime}}
|
||||
{%endif%}{% if interface.vendor %} vendor {{interface.vendor}}
|
||||
{%endif%}{% if interface.client %} client {{interface.client}}
|
||||
{%endif%}{% if interface.bootfile %} bootfile {{interface.bootfile}}
|
||||
{%endif%}{% if interface.server %} server {{interface.server}}
|
||||
{%endif%}{# if interface.hwaddr %} hwaddress {{interface.hwaddr}}
|
||||
{%endif#}{% if interface.mode %} mode {{interface.mode}}
|
||||
{%endif%}{% if interface.endpoint %} endpoint {{interface.endpoint}}
|
||||
{%endif%}{% if interface.dstaddr %} dstaddr {{interface.dstaddr}}
|
||||
{%endif%}{% if interface.local %} local {{interface.local}}
|
||||
{%endif%}{% if interface.ttl %} ttl {{interface.ttl}}
|
||||
{%endif%}{% if interface.mtu %} mtu {{interface.mtu}}
|
||||
{%endif%}{% if interface.provider %} provider {{interface.provider}}
|
||||
{%endif%}{% if interface.unit %} unit {{interface.unit}}
|
||||
{%endif%}{% if interface.options %} options {{interface.options}}
|
||||
{%endif%}{% if interface.master %} bond-master {{interface.master}}
|
||||
{%endif%}{% if interface.dns_nameservers %} dns-nameservers {%for item in interface.dns_nameservers %}{{item}} {%endfor%}
|
||||
{%endif%}{% if interface.dns_search %} dns-search {% for item in interface.dns_search %}{{item}} {%endfor%}
|
||||
{%endif%}{% if interface.ethtool %}{%for item in interface.ethtool_keys %} {{item}} {{interface.ethtool[item]}}
|
||||
{%endfor%}{%endif%}{% if interface.bonding %}{%for item in interface.bonding_keys %} bond-{{item}} {{interface.bonding[item]}}
|
||||
{%endfor%}{%endif%}{% if interface.bridging %}{%for item in interface.bridging_keys %} bridge_{{item}} {{interface.bridging[item]}}
|
||||
{%endfor%}{%endif%}{% if interface.wireless_essid %} wireless-essid {{interface.wireless_essid}}
|
||||
{%endif%}{% if interface.wireless_mode %} wireless-mode {{interface.wireless_mode}}
|
||||
{%endif%}{% if interface.wpa_ap_scan %} wpa-ap-scan {{interface.wpa_ap_scan}}
|
||||
{%endif%}{% if interface.wpa_conf %} wpa-conf {{interface.wpa_conf}}
|
||||
{%endif%}{% if interface.wpa_driver %} wpa-driver {{interface.wpa_driver}}
|
||||
{%endif%}{% if interface.wpa_group %} wpa-group {{interface.wpa_group}}
|
||||
{%endif%}{% if interface.wpa_key_mgmt %} wpa-key-mgmt {{interface.wpa_key_mgmt}}
|
||||
{%endif%}{% if interface.wpa_pairwise %} wpa-pairwise {{interface.wpa_pairwise}}
|
||||
{%endif%}{% if interface.wpa_proto %} wpa-proto {{interface.wpa_proto}}
|
||||
{%endif%}{% if interface.wpa_psk %} wpa-psk {{interface.wpa_psk}}
|
||||
{%endif%}{% if interface.wpa_roam %} wpa-roam {{interface.wpa_roam}}
|
||||
{%endif%}{% if interface.wpa_ssid %} wpa-ssid {{interface.wpa_ssid}}
|
||||
{%endif%}{% if interface.up_cmds %}{% for cmd in interface.up_cmds %} up {{ cmd }}
|
||||
{%endif%}{% if interface.wireless_mode %} wireless-mode {{interface.wireless_mode}}
|
||||
{%endif%}{% if interface.wpa_ap_scan %} wpa-ap-scan {{interface.wpa_ap_scan}}
|
||||
{%endif%}{% if interface.wpa_conf %} wpa-conf {{interface.wpa_conf}}
|
||||
{%endif%}{% if interface.wpa_driver %} wpa-driver {{interface.wpa_driver}}
|
||||
{%endif%}{% if interface.wpa_group %} wpa-group {{interface.wpa_group}}
|
||||
{%endif%}{% if interface.wpa_key_mgmt %} wpa-key-mgmt {{interface.wpa_key_mgmt}}
|
||||
{%endif%}{% if interface.wpa_pairwise %} wpa-pairwise {{interface.wpa_pairwise}}
|
||||
{%endif%}{% if interface.wpa_proto %} wpa-proto {{interface.wpa_proto}}
|
||||
{%endif%}{% if interface.wpa_psk %} wpa-psk {{interface.wpa_psk}}
|
||||
{%endif%}{% if interface.wpa_roam %} wpa-roam {{interface.wpa_roam}}
|
||||
{%endif%}{% if interface.wpa_ssid %} wpa-ssid {{interface.wpa_ssid}}
|
||||
{%endif%}{% if interface.up_cmds %}{% for cmd in interface.up_cmds %} up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.down_cmds %}{% for cmd in interface.down_cmds %} down {{ cmd }}
|
||||
{%endif%}{% if interface.down_cmds %}{% for cmd in interface.down_cmds %} down {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.pre_up_cmds %}{% for cmd in interface.pre_up_cmds %} pre-up {{ cmd }}
|
||||
{%endif%}{% if interface.pre_up_cmds %}{% for cmd in interface.pre_up_cmds %} pre-up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.post_up_cmds %}{% for cmd in interface.post_up_cmds %} post-up {{ cmd }}
|
||||
{%endif%}{% if interface.post_up_cmds %}{% for cmd in interface.post_up_cmds %} post-up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.pre_down_cmds %}{% for cmd in interface.pre_down_cmds %} pre-down {{ cmd }}
|
||||
{%endif%}{% if interface.pre_down_cmds %}{% for cmd in interface.pre_down_cmds %} pre-down {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.post_down_cmds %}{% for cmd in interface.post_down_cmds %} post-down {{ cmd }}
|
||||
{%endif%}{% if interface.post_down_cmds %}{% for cmd in interface.post_down_cmds %} post-down {{ cmd }}
|
||||
{%endfor-%}{%endif%}
|
||||
{%- endif%}
|
||||
{%- if data.data['inet6'] -%}
|
||||
{%- if data.data['inet6'] -%}{# IPv6 #}
|
||||
{%- set interface = data.data['inet6'] -%}
|
||||
iface {{name}} {{interface.addrfam}} {{interface.proto}}
|
||||
{% if interface.hwaddress %} hwaddress {{interface.hwaddress}}
|
||||
{%endif%}{% if interface.address %} address {{interface.address}}
|
||||
{%endif%}{% if interface.netmask %} netmask {{interface.netmask}}
|
||||
{%endif%}{% if interface.broadcast %} broadcast {{interface.broadcast}}
|
||||
{%endif%}{% if interface.gateway %} gateway {{interface.gateway}}
|
||||
{%endif%}{% if interface.media %} media {{interface.media}}
|
||||
{%endif%}{% if interface.endpoint %} endpoint {{interface.endpoint}}
|
||||
{%endif%}{% if interface.local %} local {{interface.local}}
|
||||
{%endif%}{% if interface.ttl %} ttl {{interface.ttl}}
|
||||
{%endif%}{% if interface.mtu %} mtu {{interface.mtu}}
|
||||
{%endif%}{% if interface.accept_ra %} accept_ra {{interface.accept_ra}}
|
||||
{%endif%}{% if interface.autoconf %} autoconf {{interface.autoconf}}
|
||||
{%endif%}{% if interface.privext %} privext {{interface.privext}}
|
||||
{%endif%}{% if interface.dhcp %} dhcp {{interface.dhcp}}
|
||||
{%endif%}{% if interface.scope %} scope {{interface.scope}}
|
||||
{%endif%}{% if interface.up_cmds %}{% for cmd in interface.up_cmds %} up {{ cmd }}
|
||||
{% if interface.proto and interface.addrfam %}iface {{name}} {{interface.addrfam}} {{interface.proto}}
|
||||
{%endif%}{% if interface.hwaddress %} hwaddress {{interface.hwaddress}}
|
||||
{%endif%}{% if interface.address %} address {{interface.address}}
|
||||
{%endif%}{% if interface.netmask %} netmask {{interface.netmask}}
|
||||
{%endif%}{% if interface.broadcast %} broadcast {{interface.broadcast}}
|
||||
{%endif%}{% if interface.gateway %} gateway {{interface.gateway}}
|
||||
{%endif%}{% if interface.media %} media {{interface.media}}
|
||||
{%endif%}{% if interface.endpoint %} endpoint {{interface.endpoint}}
|
||||
{%endif%}{% if interface.local %} local {{interface.local}}
|
||||
{%endif%}{% if interface.ttl %} ttl {{interface.ttl}}
|
||||
{%endif%}{% if interface.mtu %} mtu {{interface.mtu}}
|
||||
{%endif%}{% if interface.accept_ra %} accept_ra {{interface.accept_ra}}
|
||||
{%endif%}{% if interface.autoconf %} autoconf {{interface.autoconf}}
|
||||
{%endif%}{% if interface.privext %} privext {{interface.privext}}
|
||||
{%endif%}{% if interface.dhcp %} dhcp {{interface.dhcp}}
|
||||
{%endif%}{% if interface.scope %} scope {{interface.scope}}
|
||||
{%endif%}{% if interface.up_cmds %}{% for cmd in interface.up_cmds %} up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.down_cmds %}{% for cmd in interface.down_cmds %} down {{ cmd }}
|
||||
{%endif%}{% if interface.down_cmds %}{% for cmd in interface.down_cmds %} down {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.pre_up_cmds %}{% for cmd in interface.pre_up_cmds %} pre-up {{ cmd }}
|
||||
{%endif%}{% if interface.pre_up_cmds %}{% for cmd in interface.pre_up_cmds %} pre-up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.post_up_cmds %}{% for cmd in interface.post_up_cmds %} post-up {{ cmd }}
|
||||
{%endif%}{% if interface.post_up_cmds %}{% for cmd in interface.post_up_cmds %} post-up {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.pre_down_cmds %}{% for cmd in interface.pre_down_cmds %} pre-down {{ cmd }}
|
||||
{%endif%}{% if interface.pre_down_cmds %}{% for cmd in interface.pre_down_cmds %} pre-down {{ cmd }}
|
||||
{%endfor-%}
|
||||
{%endif%}{% if interface.post_down_cmds %}{% for cmd in interface.post_down_cmds %} post-down {{ cmd }}
|
||||
{%endif%}{% if interface.post_down_cmds %}{% for cmd in interface.post_down_cmds %} post-down {{ cmd }}
|
||||
{%endfor-%}{%endif%}{%endif%}
|
||||
|
|
Loading…
Add table
Reference in a new issue