fixed typo

This commit is contained in:
Arne Teuke
2017-07-27 15:43:29 +01:00
parent 2d22845814
commit 54353625e1

View File

@@ -62,16 +62,16 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
}
# example rule
cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
ng_timeperiod_name => 'example_timeperiod',
ng_timeperiod_alias => 'Example timeperiod',
ng_timep_monday => '00:00-00:00',
ng_timep_tuesday => '00:00-00:00',
ng_timep_wednesday => '00:00-00:00',
ng_timep_thursday => '00:00-00:00',
ng_timep_friday => '00:00-00:00',
ng_timep_saturday => '00:00-00:00',
ng_timep_sunday => '00:00-00:00',
}
cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
ng_timeperiod_name => 'example_timeperiod',
ng_timeperiod_alias => 'Example timeperiod',
ng_timep_monday => '00:00-00:00',
ng_timep_tuesday => '00:00-00:00',
ng_timep_wednesday => '00:00-00:00',
ng_timep_thursday => '00:00-00:00',
ng_timep_friday => '00:00-00:00',
ng_timep_saturday => '00:00-00:00',
ng_timep_sunday => '00:00-00:00',
}
}
}