added base contacts and additional contacts

This commit is contained in:
Arne Teuke
2017-07-26 12:24:31 +01:00
parent 85ade68820
commit 2e52ec411c
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',