15 lines
355 B
Text
15 lines
355 B
Text
# autogenerated by puppet
|
|
<% if @logwatch_mailto -%>
|
|
MailTo = <%= @logwatch_mailto %>
|
|
<% end -%>
|
|
<% if @logwatch_mailfrom -%>
|
|
MailFrom = <%= @logwatch_mailfrom %>
|
|
<% end -%>
|
|
<% if @logwatch_level -%>
|
|
Detail = <%= @logwatch_level %>
|
|
<% end -%>
|
|
<% if @logwatch_services -%>
|
|
<% @logwatch_services.each do |val| -%>
|
|
Service = <%= val %>
|
|
<% end -%>
|
|
<% end -%>
|