Fix default host object address for systemd's predictable interfaces
This commit is contained in:
parent
2f375443ce
commit
34725fba7e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
define icinga2::object::host (
|
||||
$object_hostname = $name,
|
||||
$display_name = $fqdn,
|
||||
$ipv4_address = $ipaddress_eth0,
|
||||
$ipv4_address = $ipaddress,
|
||||
$ipv6_address = undef,
|
||||
$template_to_import = 'generic-host',
|
||||
$groups = [],
|
||||
|
|
Loading…
Reference in a new issue