fixed teh right file this time

This commit is contained in:
Arne Teuke
2017-07-28 17:41:54 +01:00
parent 0d8aaec9b3
commit 3c9c5ee778
4 changed files with 10 additions and 62 deletions

View File

@@ -20,6 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# @summary Class holds all parameters for the cd_nrpe module and is
# inherited by all classes except defines.
# @see https://www.nagios.org/documentation/
# @param [string] pkg_ensure
# which [package type](https://confdroid.com/2017/05/puppet-type-package/)
# to choose, i.e. `latest` or `present`.
@@ -83,7 +84,8 @@
# config file.
# @param [string] ne_include_dir
# @param [string] ne_fw_order_no ordering prefix for he firewall rules. Adjust
# to yoru environment if needed.
# to your environment if needed.
# @param [string] ne_ssl_opts Specify additional SSL options.
###############################################################################
class cd_nrpe::params (
@@ -123,6 +125,9 @@ $ne_ssl_logging = '0x00',
$ne_nasty_metachars = '\"|`&><\'\\[]{};\r\n\"',
$ne_include_file = '',
# nrpe.conf
$ne_ssl_opts = '',
# firewall
$ne_incl_fw = true,
$ne_fw_order_no = '50',