docs/recipes/memcached-centos.txt in capitate-0.2.3 vs docs/recipes/memcached-centos.txt in capitate-0.2.5

- old
+ new

@@ -14,9 +14,16 @@ Install memcached. *memcached_build_options*: Memcached build options. +<pre> +set :memcached_build_options, { + :url => "http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz", + :configure_options => "--prefix=/usr/local" +} +</pre> + *memcached_memory*: Memcached memory (in MB). @set :memcached_memory, 64@ *memcached_pid_path*: Path to memcached pid file. Defaults to /var/run/memcached.pid