Procházet zdrojové kódy

Merge branch 'fix_ipaddress_param' of https://github.com/arioch/puppet-icinga2 into arioch-fix_ipaddress_param

Merged from: https://github.com/Icinga/puppet-icinga2/pull/75

refs#8203: https://dev.icinga.org/issues/8203
Nick Chappell před 9 roky
rodič
revize
6d1cee2b30
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      manifests/object/host.pp

+ 1 - 1
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 = [],