logwatch: Added support for setting detail level.
This commit is contained in:
parent
1bf60c5bdc
commit
49073dcc57
2 changed files with 19 additions and 10 deletions
7
logwatch/templates/logwatch.conf.erb
Normal file
7
logwatch/templates/logwatch.conf.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# autogenerated by puppet
|
||||
<% if @logwatch_mailto -%>
|
||||
MailTo = <%= @logwatch_mailto %>
|
||||
<% end -%>
|
||||
<% if @logwatch_level -%>
|
||||
Detail = <%= @logwatch_level %>
|
||||
<% end -%>
|
Loading…
Add table
Add a link
Reference in a new issue