RubyGems Navigation menu

chef-handler-serverspec 0.1.3

# chef-handler-serverspec Sometimes you inherit a chef infrastructure without any test. How to improve with less amount of effort? Just add this handler, run chef-client and collect the tests # Configuration ## client.rb ```ruby require 'chef/handler/serverspec' report_handlers << Chef::Handler::Serverspec.new ``` ## chef_handler cookbook ```ruby chef_gem 'chef-handler-serverspec' do compile_time false action :install end chef_handler 'Chef::Handler::Serverspec' do source 'chef/handler/serverspec' action :enable supports report: true end ``` # Thanks Thank you [tily](https://github.com/tily/chef-serverspec-handler) for the original idea. # Author Information [jacoelho](https://www.jacoelho.com)

Gemfile:
=

安装:
=

版本列表:

  1. 0.1.5 June 13, 2016 (6.5 KB)
  2. 0.1.4 June 11, 2016 (6.5 KB)
  3. 0.1.3 June 11, 2016 (6.5 KB)
  4. 0.1.2 June 11, 2016 (6.5 KB)

所有者:

作者:

  • Jose Coelho

SHA 256 校验和:

=

下载总量 10,911

这个版本 2,148

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 0

链接: