logwatch: Added support for setting detail level.

This commit is contained in:
Timo Mkinen 2013-06-18 13:32:51 +03:00
parent 1bf60c5bdc
commit 49073dcc57
2 changed files with 19 additions and 10 deletions

View file

@ -0,0 +1,7 @@
# autogenerated by puppet
<% if @logwatch_mailto -%>
MailTo = <%= @logwatch_mailto %>
<% end -%>
<% if @logwatch_level -%>
Detail = <%= @logwatch_level %>
<% end -%>