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

12
manifests/main/install.pp Normal file
View File

@@ -0,0 +1,12 @@
## confdroid_nagios::main::install.pp
# Module name: confdroid_nagios
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manaages main configuration for the confdroid_nagios module.
###############################################################################
class confdroid_nagios::main::install (
) inherits confdroid_nagios::params {
if $ng_nagios_server == $fqdn {
#config here
}
}