Skip to content

Commit

Permalink
fix #469 Parameter host_name icinga2::object::host is not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 13, 2018
1 parent 79a59b6 commit b480593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/object/host.pp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
define icinga2::object::host(
Stdlib::Absolutepath $target,
Enum['absent', 'present'] $ensure = present,
Optional[String] $host_name = $title,
String $host_name = $title,
Array $import = [],
Optional[String] $address = undef,
Optional[String] $address6 = undef,
Expand Down

0 comments on commit b480593

Please sign in to comment.