Explorar o código

Changed the default target directory for CheckerComponent objects to the features-available directory.

Nick Chappell %!s(int64=9) %!d(string=hai) anos
pai
achega
3c44c16ac1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      manifests/object/checkercomponent.pp

+ 1 - 1
manifests/object/checkercomponent.pp

@@ -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',