Skip to content

Commit

Permalink
fix something to pr voxpupuli#314
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz authored and n00by committed Apr 26, 2018
1 parent 8791aa5 commit b6ef1e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,10 @@ 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`
`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.
`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 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
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
# 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 must be managed outside of this module as file resource
# with tag icinga2::config::file.
#
# All default parameters are set in the icinga2::params class. To get more technical information have a look into the
# params.pp manifest.
Expand Down

0 comments on commit b6ef1e6

Please sign in to comment.