Fixed typo in file path.
This commit is contained in:
parent
a429a76527
commit
21ad7c2433
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ define icinga2::object::endpoint (
|
||||||
$host = undef,
|
$host = undef,
|
||||||
$port = undef,
|
$port = undef,
|
||||||
$log_duration = undef,
|
$log_duration = undef,
|
||||||
$target_dir = '/etc/icinga2/object/endpoints',
|
$target_dir = '/etc/icinga2/objects/endpoints',
|
||||||
$target_file_name = "${name}.conf",
|
$target_file_name = "${name}.conf",
|
||||||
$target_file_owner = 'root',
|
$target_file_owner = 'root',
|
||||||
$target_file_group = 'root',
|
$target_file_group = 'root',
|
||||||
|
|
Loading…
Reference in a new issue