logwatch: Services are now configurable via Puppet.

This commit is contained in:
Ossi Herrala 2015-03-11 12:13:32 +00:00
parent 570e0b397c
commit c323ef50d2
2 changed files with 9 additions and 0 deletions

View file

@ -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 -%>