Removed trailing whitespace.

This commit is contained in:
Nick Chappell 2015-01-10 17:12:57 -08:00
parent a2a1ec11e0
commit 2a3a2c5d0f

View file

@ -19,7 +19,7 @@ define icinga2::object::apilistener (
$bind_host = '0.0.0.0',
$bind_port = 5665,
$accept_config = false,
$accept_commands = false,
$accept_commands = false,
$target_dir = '/etc/icinga2/objects/apilisteners',
$target_file_name = "${name}.conf",
$target_file_ensure = file,