fixing readme to remove timeperiod_ for ranges param
Signed-off-by: Nick Chappell <nick@intronic.org> Merged from: https://github.com/Icinga/puppet-icinga2/pull/37 refs#7217: https://dev.icinga.org/issues/7217
This commit is contained in:
parent
4e5c31b955
commit
82c1930974
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ Example usage:
|
||||||
````
|
````
|
||||||
icinga2::object::timeperiod { 'bra-office-hrs':
|
icinga2::object::timeperiod { 'bra-office-hrs':
|
||||||
timeperiod_display_name => 'Brazilian WorkTime Hours',
|
timeperiod_display_name => 'Brazilian WorkTime Hours',
|
||||||
timeperiod_ranges => {
|
ranges => {
|
||||||
'monday' => '12:00-21:00',
|
'monday' => '12:00-21:00',
|
||||||
'tuesday' => '12:00-21:00',
|
'tuesday' => '12:00-21:00',
|
||||||
'wednesday' => '12:00-21:00',
|
'wednesday' => '12:00-21:00',
|
||||||
|
|
Loading…
Reference in a new issue