OP#436 add members

This commit is contained in:
2026-03-01 17:17:00 +01:00
parent 88d8acc093
commit 59b78b2194
5 changed files with 9 additions and 12 deletions

View File

@@ -9,11 +9,14 @@
# contact group
# @param [string] ng_contactgroup_register Specify whether the contact group
# should be registered in Nagios.
# @param [string] ng_contactgroup_members Specify the members of the contact
# group.
################################################################################
define confdroid_nagios::nagios::objects::add_contactgroups (
Optional[String] $ng_contactgroup_name = undef,
Optional[String] $ng_contactgroup_alias = undef,
String $ng_contactgroup_members = 'admins',
String $ng_contactgroup_register = '1',
) {