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
aa3cd5e6
Commit
aa3cd5e6
authored
Jun 03, 2009
by
jtimberman
Browse files
cook-131, flesh out more cookbook metadata
parent
bff30d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
aa3cd5e6
maintainer
"Opscode, Inc."
maintainer_email
"cookbooks@opscode.com"
license
"Apache 2.0"
description
"
C
onfigures rsyslog"
description
"
Installs and c
onfigures rsyslog"
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.rdoc'
))
version
"0.7"
recipe
"rsyslog::client"
recipe
"rsyslog::server"
attribute
"rsyslog"
,
:display_name
=>
""
,
:description
=>
""
,
:recipes
=>
[
"rsyslog"
],
:default
=>
""
recipe
"rsyslog::client"
,
"Sets up a client to log to a remote rsyslog server"
recipe
"rsyslog::server"
,
"Sets up an rsyslog server"
attribute
"rsyslog"
,
:display_name
=>
"Rsyslog"
,
:description
=>
"Hash of Rsyslog attributes"
,
:type
=>
"hash"
attribute
"rsyslog/log_dir"
,
:display_name
=>
"Rsyslog Log Directory"
,
:description
=>
"Filesystem location of logs from clients"
,
:default
=>
"/srv/rsyslog"
attribute
"rsyslog/server"
,
:display_name
=>
"Rsyslog Server?"
,
:description
=>
"Is this node an rsyslog server?"
,
:default
=>
"false"
attribute
"rsyslog/protocol"
,
:display_name
=>
"Rsyslog Protocol"
,
:description
=>
"Set which network protocol to use for rsyslog"
,
:default
=>
"tcp"
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