xiaodongwang 99f145ba2d update chef and cobbler config to make ubuntu 12.04 work
Change-Id: I9d96382eae67421b33c33c64f0af17e14fe8acd2
2014-06-04 14:19:21 -07:00

13 lines
312 B
Plaintext

$Modload imfile
<% @loglist.each do |service, path| -%>
# <%= service %>
$InputFileName <%= path %>
$InputFileReadMode 0
$InputFileTag <%= service %>
$InputFileSeverity notice
$InputFileFacility local4
$InputFileStateFile <%= service %>
$InputRunFileMonitor
$InputFilePollInterval 2
<% end -%>