From 82c1930974193d2d43111e518748d5075083f138 Mon Sep 17 00:00:00 2001 From: Steven Bambling Date: Tue, 11 Nov 2014 06:21:17 -0500 Subject: [PATCH] fixing readme to remove timeperiod_ for ranges param Signed-off-by: Nick Chappell Merged from: https://github.com/Icinga/puppet-icinga2/pull/37 refs#7217: https://dev.icinga.org/issues/7217 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c96b8ce..a29f1c8 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ Example usage: ```` icinga2::object::timeperiod { 'bra-office-hrs': timeperiod_display_name => 'Brazilian WorkTime Hours', - timeperiod_ranges => { + ranges => { 'monday' => '12:00-21:00', 'tuesday' => '12:00-21:00', 'wednesday' => '12:00-21:00',