Use 2 spaces instead of a tab character.
This commit is contained in:
parent
09d6a8c9d2
commit
700c24261e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define icinga2::object::servicegroup (
|
|||
$groups = [],
|
||||
$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