OP#421 add main structure

This commit is contained in:
12ww1160
2026-02-10 14:04:06 +01:00
parent bdbfdf457d
commit 5c29c078ad
9 changed files with 89 additions and 1 deletions

View File

@@ -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']