diff --git a/manifests/params.pp b/manifests/params.pp index a1775f9..a29d7b9 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -208,13 +208,13 @@ class confdroid_nagios::params ( $ng_templates_head_erb = 'confdroid_nagios/nagios/templates_cfg_head.erb' $ng_templates_rule_erb = 'confdroid_nagios/nagios/templates_cfg_rule.erb' $ng_tgt_timeperiods_base = "${ng_conf_d_dir}/nagios_timeperiods.cfg" - $ng_tgt_timep_add = "${ng_conf_d_dir}/nagios_timeperiods_add.cfg" + $ng_tgt_timep_add = "${ng_conf_d_dir}/nagios_timeperiods.cfg" $ng_tgt_timep_head_erb = 'confdroid_nagios/nagios/timeperiods_cfg_head.erb' $ng_tgt_timep_rule_erb = 'confdroid_nagios/nagios/timeperiods_cfg_rule.erb' $ng_target_localhost = "${ng_conf_d_dir}/nagios_localhost.cfg" $ng_target_host = "${ng_conf_d_dir}/nagios_host.cfg" $ng_target_hostgroup_base = "${ng_conf_d_dir}/nagios_hostgroups_base.cfg" - $ng_tgt_hostgroup_add = "${ng_conf_d_dir}/nagios_hostgroups_add.cfg" + $ng_tgt_hostgroup_add = "${ng_conf_d_dir}/nagios_hostgroups.cfg" $ng_tgt_hostgrp_head_erb = 'confdroid_nagios/nagios/hostgroups_cfg_head.erb' $ng_tgt_hostgrp_rule_erb = 'confdroid_nagios/nagios/hostgroups_cfg_rule.erb' $ng_target_hostdep = "${ng_conf_d_dir}/nagios_hostdependency.cfg" @@ -222,7 +222,7 @@ class confdroid_nagios::params ( $ng_target_hostext = "${ng_conf_d_dir}/nagios_hostextinfo.cfg" $ng_target_service = "${ng_conf_d_dir}/nagios_service.cfg" $ng_target_svcgrp_base = "${ng_conf_d_dir}/nagios_servicegroups_base.cfg" - $ng_tgt_servicegroup_add = "${ng_conf_d_dir}/nagios_servicegroups_add.cfg" + $ng_tgt_servicegroup_add = "${ng_conf_d_dir}/nagios_servicegroups.cfg" $ng_tgt_svcgrp_head_erb = 'confdroid_nagios/nagios/svcgroups_cfg_head.erb' $ng_tgt_svcgrp_rule_erb = 'confdroid_nagios/nagios/svcgroups_cfg_rule.erb' $ng_target_base_contact = "${ng_conf_d_dir}/nagios_contact_base.cfg" @@ -230,7 +230,7 @@ class confdroid_nagios::params ( $ng_contacts_head_erb = 'confdroid_nagios/nagios/contacts_cfg_head.erb' $ng_contacts_rule_erb = 'confdroid_nagios/nagios/contacts_cfg_rule.erb' $ng_tgt_contactgroup_base = "${ng_conf_d_dir}/nagios_contactgroup_base.cfg" - $ng_tgt_contactgroup_add = "${ng_conf_d_dir}/nagios_contactgroup_add.cfg" + $ng_tgt_contactgroup_add = "${ng_conf_d_dir}/nagios_contactgroup.cfg" $ng_cntctgrps_head_erb = 'confdroid_nagios/nagios/contactgroups_cfg_head.erb' $ng_cntctgrps_rule_erb = 'confdroid_nagios/nagios/contactgroups_cfg_rule.erb' $ng_target_command = "${ng_conf_d_dir}/nagios_commands_base.cfg"