Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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])