OP#436 add service groups

This commit is contained in:
2026-03-01 16:27:48 +01:00
parent 1f08549f91
commit 766e267a91

View File

@@ -98,7 +98,7 @@ class confdroid_nagios::params (
# main # main
String $ng_nagios_server = 'nagios.example.net', String $ng_nagios_server = 'nagios.example.net',
Array $ng_reqpackages_server = [$ng_users,'nagios-devel'], Array $ng_reqpackages_server = ['nagios','nagios-devel'],
Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'], Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'],
String $ng_pkg_ensure = 'present', String $ng_pkg_ensure = 'present',
Boolean $ng_include_nrpe = true, Boolean $ng_include_nrpe = true,