** unofficial **
This cookbook installs the serverspec package made by omnibus-ruby project.
- CentOS6
- Ubuntu
- Redhat family and friends
- Debian based distributions
- chef
TODO: List your cookbook attributes here.
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/*
$ bundle
$ kitchen test
- test-kitchen
- vagrant
- shindo
- 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
apache2 license.
Author: SAWANOBORI Yukihiko([email protected])