Make wording a little clearer.
This commit is contained in:
parent
9139c8fc23
commit
b06b270a8d
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ This means that they will not be added to the rendered object definition files.
|
||||||
|
|
||||||
#####`icinga2::object::host`
|
#####`icinga2::object::host`
|
||||||
|
|
||||||
**Note:** The `ipv6_address` parameter is set to **undef** by default. This is because `facter` can return either IPv4 or IPv6 addresses for the `ipaddress_ethX` facts. The default value for the `ipv6_address` parameter is set to **undef** and not `ipaddress_eth0` so that an IPv4 address isn't set as the value for `address6` in the rendered host definition.
|
**Note:** The `ipv6_address` parameter is set to **undef** by default. This is because `facter` can return either IPv4 or IPv6 addresses for the `ipaddress_ethX` facts. The default value for the `ipv6_address` parameter is set to **undef** and not `ipaddress_eth0` so that an IPv4 address isn't unintentionally set as the value for `address6` in the rendered host object definition.
|
||||||
|
|
||||||
If you would like to use an IPv6 address, make sure to set the `ipv6_address` parameter to the `ipaddress_ethX` fact that will give you the right IPv6 address for the machine:
|
If you would like to use an IPv6 address, make sure to set the `ipv6_address` parameter to the `ipaddress_ethX` fact that will give you the right IPv6 address for the machine:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue