Merge branch 'alexxxxx-feature/fixing-typo' into develop
Merged from: https://github.com/Icinga/puppet-icinga2/pull/81/
This commit is contained in:
commit
a1dd01be07
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ object Notification "<%= @object_notificationname %>" {
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @interval -%>
|
<%- if @interval -%>
|
||||||
|
|
||||||
interval = <%= @inteval %>
|
interval = <%= @interval %>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- if @period -%>
|
<%- if @period -%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue