From 34725fba7ea186c66ae27cac6523d70c1949da8d Mon Sep 17 00:00:00 2001 From: Tom De Vylder Date: Tue, 13 Jan 2015 13:32:37 +0100 Subject: [PATCH] Fix default host object address for systemd's predictable interfaces --- manifests/object/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/object/host.pp b/manifests/object/host.pp index 9937582..3492d35 100644 --- a/manifests/object/host.pp +++ b/manifests/object/host.pp @@ -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 = [],