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
6bcc1193
Commit
6bcc1193
authored
Nov 14, 2016
by
Tim Smith
Browse files
Release 5.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
69bb1cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6bcc1193
# rsyslog Cookbook CHANGELOG
This file is used to list changes made in each version of the rsyslog cookbook.
## 5.0.0 (2016-11-14)
-
Make rsyslog only restart once if you define multiple file_input resources.
-
Remove debugging log statement
-
Require chef 12.1
-
Require compat_resource 12.10+
-
Remove chef 11 compat
-
Remove support for arch
-
Depend on the recent compat_resource cookbook
## v.4.0.1 (2016-07-20)
-
PR #76 Validate the config file using
`rsyslogd -N 1`
via eherot
-
PR #105 Use correct file name for remote.conf via mfenner
...
...
metadata.rb
View file @
6bcc1193
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache 2.0'
description
'Installs and configures rsyslog'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'
4
.0.
1
'
version
'
5
.0.
0
'
recipe
'rsyslog'
,
'Sets up rsyslog for local logging'
recipe
'rsyslog::client'
,
'Sets up a client to log to a remote rsyslog server'
...
...
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