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
- Host: GitHub
- URL: https://github.com/miry/custom_packages_cookbook
- Owner: miry
- License: mit
- Archived: true
- Created: 2014-05-11T09:29:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T10:17:21.000Z (about 12 years ago)
- Last Synced: 2025-02-16T14:25:31.582Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)