Removed a trailing space.

This commit is contained in:
Nick Chappell 2015-01-10 17:06:01 -08:00
parent 700c24261e
commit a2a1ec11e0

View file

@ -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',