Browse Source

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

Nick Chappell 9 years ago
parent
commit
3c44c16ac1
1 changed files with 1 additions and 1 deletions
  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',