Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
1d7781e3
Commit
1d7781e3
authored
Nov 23, 2014
by
Tim Smith
Browse files
Set the appropriate working directory on RHEL systems
parent
b56ee5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
attributes/default.rb
View file @
1d7781e3
...
...
@@ -58,6 +58,7 @@ default['rsyslog']['modules'] = %w(imuxsock imklog)
# platform family specific attributes
case
node
[
'platform_family'
]
when
'rhel'
default
[
'rsyslog'
][
'working_dir'
]
=
'/var/lib/rsyslog'
# format { facility => destination }
default
[
'rsyslog'
][
'default_facility_logs'
]
=
{
'*.info;mail.none;authpriv.none;cron.none'
=>
"
#{
node
[
'rsyslog'
][
'default_log_dir'
]
}
/messages"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment