Skip to content

Commit

Permalink
Merge pull request #314 from sourcejedi/patch-5
Browse files Browse the repository at this point in the history
README.md: clarify meaning of `confd=>true`
  • Loading branch information
lbetz authored Jun 19, 2017
2 parents 9bde681 + 93c7fab commit e9c3bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,9 @@ Hash of constants. Defaults are set in the params class. Your settings will be m
A list of the ITL plugins to load. Defaults to `[ 'plugins', 'plugins-contrib', 'windows-plugins', 'nscp' ]`.

##### `confd`
This is the directory where Icinga 2 stores it's object configuration by default. To disable this, set the parameter
to `false`. It's also possible to assign your own directory. This directory is relative to etc/icinga2 and must be
managed outside of this module as file resource with tag icinga2::config::file. By default this parameter is `true`.
`conf.d` is the directory where Icinga 2 stores its object configuration by default. To disable it, set this parameter
to `false`. By default this parameter is `true`. It's also possible to assign your own directory. This directory is
relative to /etc/icinga2 and must be managed outside of this module as file resource with tag icinga2::config::file.

#### Class: `icinga2::feature::checker`
Enables or disables the `checker` feature.
Expand Down

0 comments on commit e9c3bb5

Please sign in to comment.