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
81c982dd
Commit
81c982dd
authored
Dec 30, 2016
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 5.1.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
5f7dc225
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.md
CHANGELOG.md
+7
-0
metadata.rb
metadata.rb
+1
-1
No files found.
CHANGELOG.md
View file @
81c982dd
# rsyslog Cookbook CHANGELOG
This file is used to list changes made in each version of the rsyslog cookbook.
## 5.1.0 (2016-12-30)
-
Removed empty value from default custom_remote in attributes
-
don't break if custom_remote is not set
-
adding ability to override more options
-
adding ability to set multiple log templates
## 5.0.1 (2016-12-06)
-
Remove support for Ubuntu 10.04
...
...
metadata.rb
View file @
81c982dd
...
...
@@ -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
'5.
0.2
'
version
'5.
1.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