Use 2 spaces instead of a tab character.

This commit is contained in:
Nick Chappell 2015-01-10 17:05:34 -08:00
parent 09d6a8c9d2
commit 700c24261e

View file

@ -16,7 +16,7 @@ define icinga2::object::servicegroup (
$groups = [], $groups = [],
$target_dir = '/etc/icinga2/objects', $target_dir = '/etc/icinga2/objects',
$target_file_name = "${name}.conf", $target_file_name = "${name}.conf",
$target_file_ensure = file, $target_file_ensure = file,
$target_file_owner = 'root', $target_file_owner = 'root',
$target_file_group = 'root', $target_file_group = 'root',
$target_file_mode = '0644', $target_file_mode = '0644',