fixing typo in interval name in templates
Merged from: https://github.com/Icinga/puppet-icinga2/pull/70 refs#8153: https://dev.icinga.org/issues/8153
This commit is contained in:
parent
ec665c146f
commit
b4797124b1
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ apply Notification "<%= @object_notificationname %>" to Host {
|
|||
}
|
||||
<%- end -%>
|
||||
<%- if @interval -%>
|
||||
interval = "<%= @inteval -%>"
|
||||
interval = "<%= @interval -%>"
|
||||
<%- end -%>
|
||||
<%- if @period -%>
|
||||
period = "<%= @period -%>"
|
||||
|
|
|
@ -53,7 +53,7 @@ apply Notification "<%= @object_notificationname %>" to Service {
|
|||
}
|
||||
<%- end -%>
|
||||
<%- if @interval -%>
|
||||
interval = "<%= @inteval -%>"
|
||||
interval = "<%= @interval -%>"
|
||||
<%- end -%>
|
||||
<%- if @period -%>
|
||||
period = "<%= @period -%>"
|
||||
|
|
Loading…
Reference in a new issue