object_user.conf.erb missed = on period parameter
refs #6983 Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
3674a4ee14
commit
b7c360ef21
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ object User "<%= @object_username %>" {
|
|||
enable_notifications = <%= @enable_notifications -%>
|
||||
<%- end -%>
|
||||
<%- if @period -%>
|
||||
period "<%= @period -%>"
|
||||
period = "<%= @period -%>"
|
||||
<%- end -%>
|
||||
<%- if @types.length != 0 -%>
|
||||
types = [ <%- @types.each do |type| -%> <%= type %>, <%- end -%>]
|
||||
|
|
Loading…
Reference in a new issue