Update the path for the target directory so it matches the target directories of the other object types.
This commit is contained in:
parent
583918a15f
commit
cf5c8e99bc
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue