Browse Source

Merge branch 'alexxxxx-feature/fixing-typo' into develop

Merged from: https://github.com/Icinga/puppet-icinga2/pull/81/
Nick Chappell 9 years ago
parent
commit
a1dd01be07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/object_notification.conf.erb

+ 1 - 1
templates/object_notification.conf.erb

@@ -54,7 +54,7 @@ object Notification "<%= @object_notificationname %>" {
   <%- end -%>
   <%- if @interval -%>
 
-  interval = <%= @inteval %>
+  interval = <%= @interval %>
   <%- end -%>
   <%- if @period -%>