fixing typo in import and extra >
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
12bd1a9f44
commit
a8eb0b841b
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
|||
*/
|
||||
|
||||
object TimePeriod "<%= @object_timeperiod_name %>" {
|
||||
import "legacy-timepriod"
|
||||
import "legacy-timeperiod"
|
||||
|
||||
display_name = "<%= @timeperiod_display_name %>"
|
||||
<%- if @timeperiod_ranges.empty? != true -%>
|
||||
ranges = {
|
||||
<%- @timeperiod_ranges.each_pair do |key,value| -%>>
|
||||
<%- @timeperiod_ranges.each_pair do |key,value| -%>
|
||||
"<%= key %>" = "<%= value %>"
|
||||
<%- end -%>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue