Add an @ to the severity variable so that the template doesn't break in future versions of Puppet.
This commit is contained in:
parent
3c44c16ac1
commit
ca583a8a82
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
object FileLogger "<%= @object_name %>" {
|
object FileLogger "<%= @object_name %>" {
|
||||||
<%- if @severity -%>
|
<%- if @severity -%>
|
||||||
severity = "<%= severity -%>"
|
severity = "<%= @severity -%>"
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
path = "<%= @path -%>"
|
path = "<%= @path -%>"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue