An open API service indexing awesome lists of open source software.

https://github.com/miry/custom_packages_cookbook

custom_packages_cookbook
https://github.com/miry/custom_packages_cookbook

Last synced: about 1 year ago
JSON representation

custom_packages_cookbook

Awesome Lists containing this project

README

          

# custom_packages-cookbook

Install required utils without create a cookbook.

## Supported Platforms

All platforms that support chef

## Attributes


Key
Type
Description
Default


['custom_packages']
Array
A list of required packages
[]

## Usage

### custom_packages::default

Include `custom_packages` in your node's `run_list`:

```json
{
"custom_packages": [
"vim"
],

"run_list": [
"recipe[custom_packages::default]"
]
}
```

## Contributing

1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request

## License and Authors

Author:: Michael Nikitochkin (michael.a.nikitochkin@gmail.com)