From 98c65c3b14a0d096ad9a24cacdc99f702cf4925c Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 27 Jul 2017 16:30:20 +0100 Subject: [PATCH] fixed typo --- manifests/nagios/objects/add_timeperiods.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nagios/objects/add_timeperiods.pp b/manifests/nagios/objects/add_timeperiods.pp index dc7cd83..a95b750 100644 --- a/manifests/nagios/objects/add_timeperiods.pp +++ b/manifests/nagios/objects/add_timeperiods.pp @@ -58,7 +58,7 @@ $ng_timep_sunday = '00:00-00:00', ) { $ng_nagios_server = $::cd_nagios::params::ng_nagios_server -$ng_tgt_timep_add = $::cd_nagios::params::ng_tgt_timeperiod_add +$ng_tgt_timeperiods_add = $::cd_nagios::params::ng_tgt_timeperiods_add $ng_tgt_timep_rule_erb = $::cd_nagios::params::ng_tgt_timep_rule_erb if $::fqdn == $ng_nagios_server {