cookbook 'memcached-cookbook', '= 0.3.1'
memcached-cookbook (2) Versions 0.3.1 Follow0
Installs/Configures memcached-cookbook
cookbook 'memcached-cookbook', '= 0.3.1', :supermarket
knife supermarket install memcached-cookbook
knife supermarket download memcached-cookbook
memcached cookbook
This cookbook provides a basic memcached install and config.
Requirements
- vagrant >= 1.2.0
- berkshelf >= 2.0.0
- vagrant-berkshelf plugin >= 1.3.3
Usage
In your Vagrantfile, customize these attributes with:
chef.json = { :memcached => { :memory => "64", } } ```json Attributes ---------- Attributes include service level parameters and OS-level config ```ruby default['memcached']['enabled'] = "yes" default['memcached']['logfile'] = "/var/log/memcached.log" default['memcached']['memory'] = "128" default['memcached']['port'] = "11211" default['memcached']['listen_ip'] = "127.0.0.1" default['memcached']['connection_limit'] = "1024"
Recipes
No additional recipes yet.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
License: see LICENSE.
Authors: gregpalmier
Dependent cookbooks
apt >= 0.0.0 |
yum >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.3.1 passed this metric
0.3.1 passed this metric