Changed the default target directory for CheckerComponent objects to the features-available directory.
這個提交存在於:
父節點
d075047746
當前提交
3c44c16ac1
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
@ -12,7 +12,7 @@
|
|||
define icinga2::object::checkercomponent (
|
||||
$ensure = 'file',
|
||||
$object_name = $name,
|
||||
$target_dir = '/etc/icinga2/conf.d',
|
||||
$target_dir = '/etc/icinga2/features-available',
|
||||
$target_file_name = "${name}.conf",
|
||||
$target_file_owner = 'root',
|
||||
$target_file_group = 'root',
|
||||
|
|
載入中…
新增問題並參考