adding dirs
This commit is contained in:
@@ -28,7 +28,7 @@ class cd_nrpe::main::service (
|
|||||||
require cd_nrpe::firewall::iptables
|
require cd_nrpe::firewall::iptables
|
||||||
}
|
}
|
||||||
|
|
||||||
require cd_nrpe::main::user
|
require cd_nrpe::main::dirs
|
||||||
|
|
||||||
service { $ne_service:
|
service { $ne_service:
|
||||||
ensure => running,
|
ensure => running,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# of the form $(...).
|
# of the form $(...).
|
||||||
# @param [boolean] ne_allow_sudo Whether to allow sudo access. used in nrpe.cfg
|
# @param [boolean] ne_allow_sudo Whether to allow sudo access. used in nrpe.cfg
|
||||||
# as well as for creating a sudo role.
|
# as well as for creating a sudo role.
|
||||||
# @param [string] command_prefix allows you to prefix all commands with a
|
# @param [string] ne_command_prefix allows you to prefix all commands with a
|
||||||
# user-defined string.
|
# user-defined string.
|
||||||
# @param [string] ne_incl_fw Whether to include firewall rules
|
# @param [string] ne_incl_fw Whether to include firewall rules
|
||||||
# @param [string] ne_command_timeout maximum number of seconds that the NRPE
|
# @param [string] ne_command_timeout maximum number of seconds that the NRPE
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
# authority ( ca) file / chain. must be full path.
|
# authority ( ca) file / chain. must be full path.
|
||||||
# @param [string] ne_ssl_cert_file path and name of the server ssl certificate.
|
# @param [string] ne_ssl_cert_file path and name of the server ssl certificate.
|
||||||
# must include full path.
|
# must include full path.
|
||||||
# @param [string] ne_ssl_privatekey_filepath and name of the server ssl
|
# @param [string] ne_ssl_privatekey_file path and name of the server ssl
|
||||||
# private key. Must include full path.
|
# private key. Must include full path.
|
||||||
# @param [string] ne_ssl_client_certs determines client certificate usage.
|
# @param [string] ne_ssl_client_certs determines client certificate usage.
|
||||||
# Values: 0 = Don't ask for or require client certificates
|
# Values: 0 = Don't ask for or require client certificates
|
||||||
@@ -82,10 +82,14 @@
|
|||||||
# be passed to the NRPE daemon.
|
# be passed to the NRPE daemon.
|
||||||
# @param [string] ne_include_file include definitions from an external
|
# @param [string] ne_include_file include definitions from an external
|
||||||
# config file.
|
# config file.
|
||||||
# @param [string] ne_include_dir
|
|
||||||
# @param [string] ne_fw_order_no ordering prefix for he firewall rules. Adjust
|
# @param [string] ne_fw_order_no ordering prefix for he firewall rules. Adjust
|
||||||
# to your environment if needed.
|
# to your environment if needed.
|
||||||
# @param [string] ne_ssl_opts Specify additional SSL options.
|
# @param [string] ne_ssl_opts Specify additional SSL options.
|
||||||
|
# @param [string] ne_user the NRPE service user
|
||||||
|
# @param [string] ne_user_comment The comment for the service user /etc/passwd
|
||||||
|
# @param [string] ne_user_uid the UID for the service user
|
||||||
|
# ~param [string] ne_user_home the home for the service user
|
||||||
|
# @param [string] ne_user_shell the shell for the service user.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
class cd_nrpe::params (
|
class cd_nrpe::params (
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user