Nick Chappell
|
633e4faef9
|
Use %> instead of -%> at the end of some ERB tags so that trailing whitespace isn't surpressed. Surpressing the trailing whitespace caused problems where there was one more parameters listed after each other. Each parameter would get squashed onto a single line, causing a syntax error when Icinga2 parsed the object file.
refs#7715: https://dev.icinga.org/issues/7715
|
2014-11-18 22:16:42 -08:00 |
|
Nick Chappell
|
66b3f17744
|
Added a missing = to the pager parameter of the user object ERB template.
|
2014-08-24 18:16:46 -07:00 |
|
Nick Chappell
|
7b59ae8a95
|
Remove a - from the <%- end -%> so that we do render trailing whitespace; otherwise, enable_notifications and the next rendered parameter get put on the same line and cause an error when the Icinga 2 daemon starts up.
|
2014-08-24 18:16:21 -07:00 |
|
Nick Chappell
|
c70857e802
|
Removed a duplicate enable_notifications rendering in the user object ERB tempalte.
|
2014-08-24 17:59:28 -07:00 |
|
Nick Chappell
|
2c6d82895c
|
Added an enable_notifications parameter to the user object defined type.
|
2014-08-24 17:48:28 -07:00 |
|
melanie
|
b7c360ef21
|
object_user.conf.erb missed = on period parameter
refs #6983
Signed-off-by: Nick Chappell <nick@intronic.org>
|
2014-08-21 21:27:22 -07:00 |
|
Nick Chappell
|
d5fa1e655a
|
Added a states parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 19:16:58 -07:00 |
|
Nick Chappell
|
6ad25eee99
|
Added a types parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 19:15:57 -07:00 |
|
Nick Chappell
|
086a300b1f
|
Added a period parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 19:14:02 -07:00 |
|
Nick Chappell
|
92e7a4f5e7
|
Added an enable_notifications parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 18:27:46 -07:00 |
|
Nick Chappell
|
7b5f7a994f
|
Added a groups parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 18:26:36 -07:00 |
|
Nick Chappell
|
f9193d14f7
|
Added a vars parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 18:24:26 -07:00 |
|
Nick Chappell
|
89b3e25e9a
|
Added a pager parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 18:23:28 -07:00 |
|
Nick Chappell
|
d5173611f4
|
Added an email parameter to the user object and rendering of it to the ERB template.
|
2014-08-03 18:20:29 -07:00 |
|
Nick Chappell
|
341f66433e
|
Added a display_name parameter to the user object and rendering of it to the ERB template.
|
2014-08-02 22:28:34 -07:00 |
|
Nick Chappell
|
5272c38a38
|
Added a closing end tag.
|
2014-08-02 22:07:23 -07:00 |
|
Nick Chappell
|
ae0ca7e7f5
|
Added a skeleton user object and accompanying ERB template.
|
2014-08-02 22:01:15 -07:00 |
|