fix typo
This commit is contained in:
parent
48870f579f
commit
53398df3e6
@ -4,6 +4,6 @@
|
|||||||
{% if network_disable_ipv6 == false %}
|
{% if network_disable_ipv6 == false %}
|
||||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if network_hostname is defined and network_fqdn is defined and network_config[network_defaultif]_ipaddr is defined %}
|
{% if network_hostname is defined and network_fqdn is defined and network_config[network_defaultif].ipaddr is defined %}
|
||||||
{{ network_config[network_defaultif]_ipaddr }} {{ network_fqdn }} {{ network_hostname }}
|
{{ network_config[network_defaultif].ipaddr }} {{ network_fqdn }} {{ network_hostname }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user