cookbook 'omnibus_serverspec', '= 0.1.0'
omnibus_serverspec (2) Versions 0.1.0 Follow0
Install omnibus_serverspec
cookbook 'omnibus_serverspec', '= 0.1.0', :supermarket
knife supermarket install omnibus_serverspec
knife supermarket download omnibus_serverspec
omnibus_serverspec Cookbook
** unofficial **
This cookbook installs the serverspec package made by omnibus-ruby project.
Supports
tested
- CentOS6
- Ubuntu
maybe works
- Redhat family and friends
- Debian based distributions
Requirements
- chef
Attributes
TODO: List your cookbook attributes here.
Usage
omnibus_serverspec::default
Just include omnibus_serverspec
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[omnibus_serverspec]" ] }
Installs serverspec and dependencies to /opt/serverspec/*
Test
$ bundle
$ kitchen test
Testing environment and suites
- test-kitchen
- vagrant
- shindo
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
apache2 license.
Author: SAWANOBORI Yukihiko(sawanboriyu@higanworks.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.