Removed a trailing space.
This commit is contained in:
parent
700c24261e
commit
a2a1ec11e0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define icinga2::object::user (
|
|||
$states = [],
|
||||
$target_dir = '/etc/icinga2/objects',
|
||||
$target_file_name = "${name}.conf",
|
||||
$target_file_ensure = file,
|
||||
$target_file_ensure = file,
|
||||
$target_file_owner = 'root',
|
||||
$target_file_group = 'root',
|
||||
$target_file_mode = '0644',
|
||||
|
|
Loading…
Reference in a new issue