soc-ops/global/overlay/etc/puppet/modules/soc/templates/rsyslog/rsyslog-default-single-logfile.conf.erb

8 lines
133 B
Text
Raw Normal View History

if $fromhost-ip == "127.0.0.1" then {
action(
type="omfile"
name="omfile-/var/log/syslog"
File="/var/log/syslog"
)
}