summaryrefslogtreecommitdiff
path: root/puppet/modules/leap/templates/rsyslog.erb
blob: 7bb5316f22dc7b884c7b339d0d1cfb91986bb2c8 (plain)
1
2
3
4
5
if $programname startswith '<%= @process %>' then {
  action(type="omfile" file="<%= @logfile %>" template="RSYSLOG_TraditionalFileFormat")
  stop
}