diff --git a/CHANGELOG.md b/CHANGELOG.md index a17fa9d..f87e8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.
+
+
and name of the server ssl +
path and name of the server ssl private key. Must include full path.
the NRPE service user
+The comment for the service user /etc/passwd
+the UID for the service user
+the shell for the service user.
+-90 -91 -92 -93 94 95 96 @@ -908,10 +892,14 @@ needed. 161 162 163 -164+164 +165 +166 +167 +168
# File 'manifests/params.pp', line 90 +# File 'manifests/params.pp', line 94 class cd_nrpe::params ( @@ -995,7 +983,7 @@ $ne_nrpe_conf_erb = 'cd_nrpe/nrpe_conf.erb' diff --git a/doc/puppet_defined_types/cd_nrpe_3A_3Acommands_3A_3Adefinitions.html b/doc/puppet_defined_types/cd_nrpe_3A_3Acommands_3A_3Adefinitions.html index 0b057aa..fd31bfc 100644 --- a/doc/puppet_defined_types/cd_nrpe_3A_3Acommands_3A_3Adefinitions.html +++ b/doc/puppet_defined_types/cd_nrpe_3A_3Acommands_3A_3Adefinitions.html @@ -148,7 +148,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/. diff --git a/doc/top-level-namespace.html b/doc/top-level-namespace.html index 2ad2ebe..6dd308c 100644 --- a/doc/top-level-namespace.html +++ b/doc/top-level-namespace.html @@ -90,7 +90,7 @@ diff --git a/manifests/main/service.pp b/manifests/main/service.pp index dd36bff..b56e826 100644 --- a/manifests/main/service.pp +++ b/manifests/main/service.pp @@ -28,7 +28,7 @@ class cd_nrpe::main::service ( require cd_nrpe::firewall::iptables } - require cd_nrpe::main::user + require cd_nrpe::main::dirs service { $ne_service: ensure => running, diff --git a/manifests/params.pp b/manifests/params.pp index b42c257..95269d5 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -43,7 +43,7 @@ # of the form $(...). # @param [boolean] ne_allow_sudo Whether to allow sudo access. used in nrpe.cfg # 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. # @param [string] ne_incl_fw Whether to include firewall rules # @param [string] ne_command_timeout maximum number of seconds that the NRPE @@ -62,7 +62,7 @@ # authority ( ca) file / chain. must be full path. # @param [string] ne_ssl_cert_file path and name of the server ssl certificate. # 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. # @param [string] ne_ssl_client_certs determines client certificate usage. # Values: 0 = Don't ask for or require client certificates @@ -82,10 +82,14 @@ # be passed to the NRPE daemon. # @param [string] ne_include_file include definitions from an external # config file. -# @param [string] ne_include_dir # @param [string] ne_fw_order_no ordering prefix for he firewall rules. Adjust # to your environment if needed. # @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 (