Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
rsyslog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
mirror
rsyslog
Commits
6bcc1193
Commit
6bcc1193
authored
Nov 14, 2016
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 5.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
69bb1cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
metadata.rb
metadata.rb
+1
-1
No files found.
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
Markdown
is supported
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