diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-04-22 12:53:30 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-06 15:09:44 -0700 |
commit | 39df692406d0a9aee28c634584c7f708d8dcd243 (patch) | |
tree | b800fcf8979184e118b6fc0121030ab7ae816fbf /chef.gemspec | |
parent | 460a06a241237972ac602f470a558e18bdef595f (diff) | |
download | chef-39df692406d0a9aee28c634584c7f708d8dcd243.tar.gz |
add Chef::Log::Syslog class
See:
* https://www.kickflop.net/blog/2013/06/27/syslog-output-for-chef-runs/
* http://lists.opscode.com/sympa/arc/chef/2014-12/msg00152.html
* https://github.com/higanworks-cookbooks/chef-client_syslog
It is relatively embarrassing to have a system administration tool that
doesn't support syslog out of the box.
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chef.gemspec b/chef.gemspec index ec600f1f89..7cf6380062 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -41,6 +41,8 @@ Gem::Specification.new do |s| s.add_dependency "serverspec", "~> 2.7" s.add_dependency "specinfra", "~> 2.10" + s.add_dependency "syslog-logger", "~> 1.6" + s.add_development_dependency "rack" # Rake 10.2 drops Ruby 1.8 support |