fixed teh right file this time
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user