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
1edcc3e8
Commit
1edcc3e8
authored
Jul 20, 2016
by
Jennifer Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
releasing cookbook
parent
4d6a635f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
CHANGELOG.md
+1
-1
metadata.rb
metadata.rb
+2
-2
No files found.
CHANGELOG.md
View file @
1edcc3e8
# rsyslog Cookbook CHANGELOG
This file is used to list changes made in each version of the rsyslog cookbook.
## v.4.0.1 (
UNRELEASED
)
## 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
-
PR #105 Add $LocalHostName directive via mfenner
...
...
metadata.rb
View file @
1edcc3e8
...
...
@@ -4,9 +4,9 @@ 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.
0
'
version
'4.0.
1
'
recipe
'rsyslog'
,
'
Installs rsyslo
g'
recipe
'rsyslog'
,
'
Sets up rsyslog for local loggin
g'
recipe
'rsyslog::client'
,
'Sets up a client to log to a remote rsyslog server'
recipe
'rsyslog::server'
,
'Sets up an 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