Update the path for the target directory so it matches the target directories of the other object types.

This commit is contained in:
Nick Chappell 2014-10-18 19:48:27 -07:00
parent 583918a15f
commit cf5c8e99bc

View file

@ -19,7 +19,7 @@ define icinga2::object::checkcommand (
$env = undef,
$vars = {},
$timeout = undef,
$target_dir = '/etc/icinga2/conf.d',
$target_dir = '/etc/icinga2/objects/checkcommands',
$target_file_name = "${name}.conf",
$target_file_owner = 'root',
$target_file_group = 'root',