OP#436 remove unused params doc
This commit is contained in:
@@ -12,16 +12,6 @@
|
|||||||
# the Nagios clients.
|
# the Nagios clients.
|
||||||
# @param [String] ng_pkg_ensure The ensure value for all packages. Default is
|
# @param [String] ng_pkg_ensure The ensure value for all packages. Default is
|
||||||
# 'present'.
|
# 'present'.
|
||||||
# @param [String] ng_user The name of the Nagios user to be created on the
|
|
||||||
# Nagios server. Default is 'nagios'.
|
|
||||||
# @param [String] ng_u_comment The comment field for the Nagios user. Default
|
|
||||||
# is 'Nagios User'.
|
|
||||||
# @param [String] ng_u_groups The group(s) to which the Nagios user
|
|
||||||
# should be added. Default is 'nagios'.
|
|
||||||
# @param [String] ng_u_shell The login shell for the Nagios user.
|
|
||||||
# Default is '/sbin/nologin'.
|
|
||||||
# @param [String] ng_u_home The home directory for the Nagios user.
|
|
||||||
# Default is '/home/nagios'.
|
|
||||||
# @param [Boolean] ng_include_nrpe Whether to include the NRPE client on the
|
# @param [Boolean] ng_include_nrpe Whether to include the NRPE client on the
|
||||||
# Nagios clients. Default is true.
|
# Nagios clients. Default is true.
|
||||||
# @param [Boolean] ng_use_https Whether to configure the Nagios web interface
|
# @param [Boolean] ng_use_https Whether to configure the Nagios web interface
|
||||||
@@ -48,7 +38,6 @@ class confdroid_nagios::params (
|
|||||||
# httpd
|
# httpd
|
||||||
Boolean $ng_use_https = false,
|
Boolean $ng_use_https = false,
|
||||||
|
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# Default facts
|
# Default facts
|
||||||
$fqdn = $facts['networking']['fqdn']
|
$fqdn = $facts['networking']['fqdn']
|
||||||
|
|||||||
Reference in New Issue
Block a user