Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: clarify meaning of confd=>true #314

Merged
merged 1 commit into from
Jun 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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