logwatch: Services are now configurable via Puppet.
This commit is contained in:
parent
570e0b397c
commit
c323ef50d2
2 changed files with 9 additions and 0 deletions
|
@ -8,3 +8,8 @@ MailFrom = <%= @logwatch_mailfrom %>
|
|||
<% if @logwatch_level -%>
|
||||
Detail = <%= @logwatch_level %>
|
||||
<% end -%>
|
||||
<% if @logwatch_services -%>
|
||||
<% @logwatch_services.each do |val| -%>
|
||||
Service = <%= val %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue