testing templates

This commit is contained in:
Arne Teuke
2017-07-25 19:01:03 +01:00
parent a04f079a6c
commit 336e03f609

View File

@@ -42,10 +42,16 @@ class cd_nagios::nagios::objects::template_rules (
selrole => object_r,
seltype => nagios_etc_t,
seluser => system_u,
content => template[$ng_templates_head_erb],
notify => Service[$ng_service],
}
concat::fragment { 'header':
target => $ng_target_templates,
content => template($ng_templates_head_erb),
order => '000',
}
# basic templates
cd_nagios::nagios::objects::templates { 'generic contact':
ng_template_object => 'contact',