* fixed default parameter value
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63 refs#7232: https://dev.icinga.org/issues/7232
This commit is contained in:
parent
cb86883443
commit
c8d2286428
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define icinga2::object::endpoint (
|
||||||
$port = undef,
|
$port = undef,
|
||||||
$log_duration = undef,
|
$log_duration = undef,
|
||||||
$target_dir = '/etc/icinga2/object/endpoints',
|
$target_dir = '/etc/icinga2/object/endpoints',
|
||||||
$target_file_name = "${object_name}.conf",
|
$target_file_name = "${name}.conf",
|
||||||
$target_file_owner = 'root',
|
$target_file_owner = 'root',
|
||||||
$target_file_group = 'root',
|
$target_file_group = 'root',
|
||||||
$target_file_mode = '0644'
|
$target_file_mode = '0644'
|
||||||
|
|
Loading…
Reference in a new issue