* fixed default parameter value
This commit is contained in:
parent
9ed54ac1c4
commit
fc138d20f7
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