Skip to content

TAMUArch/cookbook.memcached

Repository files navigation

memcached Cookbook

Basic Memcahed Cookbook that has currently only been tested with Ubuntu 12.04.

Attributes

memcached::default

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%

Usage

memcached::default

Just include memcached in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[memcached]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  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 using Github

License and Authors

Authors: Jim Rosser

License: MIT

About

Memcached chef cookbook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages