OP#436 add members
This commit is contained in:
@@ -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',
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user