소스 검색

Merge branch 'arioch-fix_ipaddress_param' into develop

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

refs#8203: https://dev.icinga.org/issues/8203
Nick Chappell 9 년 전
부모
커밋
b4a502ee79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = [],