summaryrefslogtreecommitdiff
path: root/templates/rsyslog_default.erb
blob: a49eb59eeacd56c2df325bda39fc3c6685b8dcec (plain)
1
2
3
4
5
6
7
8
9
# File is managed by puppet

<% if @rsyslog_version and @rsyslog_version.split('.')[0].to_i < 7 -%>
# Debian, Ubuntu
RSYSLOGD_OPTIONS="-c4"
<% end -%>

# CentOS, RedHat, Fedora
SYSLOGD_OPTIONS="${RSYSLOGD_OPTIONS}"