Basic Memcahed Cookbook that has currently only been tested with Ubuntu 12.04.
| Key | Type | Description | Default |
|---|---|---|---|
| ['memcached']['listen_ip'] | String | IP for memcached to listen on | 0.0.0.0 |
| ['memcached']['listen_tcp'] | String | TCP Port for memcached to listen on | 11211 |
| ['memcached']['listen_UDP'] | String | UDP Port for memcached to listen on | 11211 |
| ['memcached']['user'] | String | User to run memcached as | nobody |
| ['memcached']['max_mem'] | String | Default max amount of memory to allow memcached to use. Can be set to percentage or an actual number | 90% |
Just include memcached in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[memcached]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Jim Rosser
License: MIT