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

syslog: Correct syntax error, whitespace-cleanup

parent a326d9ca
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ release/003.005 (unreleased)
Update ntp.conf with IPv6 options. (darrenp1)
Update syslog support to allow transition to new configuration
policy of putting all templates and output specifications in
Update syslog support to allow transition to new configuration
policy of putting all templates and output specifications in
the rsyslog.d fragments directory.
release/003.004 (2013-12-03)
......
......@@ -57,7 +57,7 @@ define base::syslog::config::rsyslog(
notify => Service['syslog'];
'/etc/rsyslog.d/95-default.conf':
ensure => present,
content => template("base/syslog/$rsyslog_def")
content => template("base/syslog/$rsyslog_def"),
owner => $owner,
group => $group,
mode => $mode,
......
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