Skip to content
Snippets Groups Projects
Commit 5d1bed1e authored by Bill MacAllister's avatar Bill MacAllister
Browse files

base::syslog: Correct template, revert to default to legacy syslog

This change is to allow the v7 rsyslog template to be corrected
without changing the default rsyslog behavior.
parent 734d30ca
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ template(name="FileFormat" type="list") {
property(name="hostname")
constant(value=" ")
property(name="syslogtag")
constant(value=" ")
property(name="msg" spifno1stsp="on" )
property(name="msg" droplastlf="on" )
constant(value="\n")
......
......@@ -34,7 +34,7 @@ define base::syslog::config::rsyslog(
$mode = '0644',
$syslog_server = 'logsink.stanford.edu',
$replace = true,
$use_syslog_conf = false,
$use_syslog_conf = true,
$use_default = true,
$use_v5 = true,
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment