TODO: Enter the cookbook description here.
apt
cookbooksome
cookbookanother
cookbook
Short Description
- Set up & updates apt using
apt::default
- Install xyz by some proccess
- Include various recipes for this cookbook:
et_influxdb::install
- which includes
et_influxdb::another
- which includes
et_influxdb::configure
More info about the install recipe
Include this recipe in a wrapper cookbook:
depends 'et_influxdb', '~> 1.0'
include_recipe 'et_influxdb::default'
- 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 with
kitchen test
, ensuring they all pass - Submit a Pull Request using Github
Author:: Evertrue, Inc ([email protected])