cookbook 'chef-client_syslog', '= 0.1.0'
chef-client_syslog (2) Versions 0.1.0 Follow6
chef-client log to syslog
cookbook 'chef-client_syslog', '= 0.1.0', :supermarket
knife supermarket install chef-client_syslog
knife supermarket download chef-client_syslog
chef-client_syslog cookbook
Send chef-client log to syslog.
reference from: https://gist.github.com/3616423
Requirements
gem[syslog-logger] to chef's gem_home. (Automatic install it when run recipe[chef-client_syslog::default])
Usage
add run_list recipe[chef-client_syslog::default]
Attributes
default['chef-client']['config_dir'] = "/etc/chef"
default['chef-client']['log']['level'] = :info
default['chef-client']['log']['prog_name'] = "chef-client"
default['chef-client']['log']['facility'] = 8 # get const like puts ::Syslog::LOG_USER
Recipes
- default
Author
Author:: HiganWorks LLC (sawanoboriyu@higanworks.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.