* fixed default parameter value
This commit is contained in:
parent
1214c17811
commit
b71ee7644c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ define icinga2::object::filelogger (
|
|||
$path = undef,
|
||||
$severity = undef,
|
||||
$target_dir = '/etc/icinga2/conf.d',
|
||||
$target_file_name = "${object_name}.conf",
|
||||
$target_file_name = "${name}.conf",
|
||||
$target_file_owner = 'root',
|
||||
$target_file_group = 'root',
|
||||
$target_file_mode = '0644'
|
||||
|
|
Loading…
Reference in a new issue