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:
=

installation:
=

Versions:

  1. 0.1.5 June 13, 2016 (6,5 ko)
  2. 0.1.4 June 11, 2016 (6,5 ko)
  3. 0.1.3 June 11, 2016 (6,5 ko)
  4. 0.1.2 June 11, 2016 (6,5 ko)

Propriétaires:

Auteurs:

  • Jose Coelho

Total de contrôle SHA 256:

=

Total de téléchargements 10 911

Pour cette version 2 148

Version publiée:

License:

MIT

Version de Ruby requise: >= 0

Liens: