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

@@ -6,5 +6,12 @@
class confdroid_nagios::main::config (
) inherits confdroid_nagios::params {
# Manage main configuration here
if $ng_nagios_server == $fqdn {
include confdroid_nagios::server::service
#config here
}
if $ng_nagios_client != $fqdn {
include confdroid_nagios::client::targe
}
}