Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenatus/chef_base
A cookbook with all the base stuff layer out in recipes
https://github.com/srenatus/chef_base
Last synced: 11 days ago
JSON representation
A cookbook with all the base stuff layer out in recipes
- Host: GitHub
- URL: https://github.com/srenatus/chef_base
- Owner: srenatus
- License: apache-2.0
- Created: 2014-02-18T08:54:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T14:01:18.000Z (over 10 years ago)
- Last Synced: 2024-11-05T22:45:34.444Z (about 2 months ago)
- Language: Ruby
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base-cookbook
Base is a application cookbook around base cookbooks and recipes we want to include in our environments.
Some are default as we need them to be on our nodes, some are attribute driven so we can specify if we want to include them.## Supported Platforms
- Ubuntu
## Attributes
Key
Type
Description
Default
['base']['include']['chef-client']
Boolean
whether to include the chef-client service
true
## Usage
### chef_base::default
Include `base` in your node's `run_list`:
```json
{
"run_list": [
"recipe[base::default]"
]
}
```## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you 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:: Edmund Haselwanter ([email protected])