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

base:syslog: Correct syntax error

parent f68b49a2
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ define base::syslog::config::rsyslog( ...@@ -39,7 +39,7 @@ define base::syslog::config::rsyslog(
) { ) {
if !$use_syslog_conf { if !$use_syslog_conf {
if use_v5 { if $use_v5 {
$rsyslog_tmpl = 'etc/rsyslog.d/20-templates-v5.conf' $rsyslog_tmpl = 'etc/rsyslog.d/20-templates-v5.conf'
$rsyslog_def = 'etc/rsyslog.d/95-default-v5.conf.erb' $rsyslog_def = 'etc/rsyslog.d/95-default-v5.conf.erb'
} else { } else {
......
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