OP#421 add main structure
This commit is contained in:
@@ -3,9 +3,16 @@
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class holds all parameters for the confdroid_nagios module and is
|
||||
# inherited by all classes except defines.
|
||||
# @param [String] ng_nagios_server The hostname or IP address of the
|
||||
# Nagios server. This will determine the installation selection and the
|
||||
# of the clients to connect to the Nagios server.
|
||||
###############################################################################
|
||||
class confdroid_nagios::params (
|
||||
|
||||
# main
|
||||
String $ng_nagios_server = 'nagios.example.net',
|
||||
|
||||
|
||||
) {
|
||||
# Default facts
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user