added base contacts and additional contacts
This commit is contained in:
@@ -51,7 +51,7 @@ class cd_nagios::nagios::objects::add_contact_rules (
|
||||
|
||||
# manage file header
|
||||
|
||||
concat::fragment { 'header':
|
||||
concat::fragment { 'contact_header':
|
||||
target => $ng_target_add_contact,
|
||||
content => template($ng_contacts_head_erb),
|
||||
order => '000',
|
||||
|
||||
@@ -46,7 +46,7 @@ class cd_nagios::nagios::objects::template_rules (
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
concat::fragment { 'header':
|
||||
concat::fragment { 'template_header':
|
||||
target => $ng_target_templates,
|
||||
content => template($ng_templates_head_erb),
|
||||
order => '000',
|
||||
|
||||
Reference in New Issue
Block a user