object_user.conf.erb missed = on period parameter

refs #6983

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
melanie 2014-08-22 14:36:18 +11:00 committed by Nick Chappell
parent 3674a4ee14
commit b7c360ef21

View file

@ -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 -%>]