lib/recipes/centos/memcached.rb in capitate-0.2.3 vs lib/recipes/centos/memcached.rb in capitate-0.2.5
- old
+ new
@@ -4,9 +4,15 @@
desc <<-DESC
Install memcached.
*memcached_build_options*: Memcached build options.\n
+ <pre>
+ set :memcached_build_options, {
+ :url => "http://www.danga.com/memcached/dist/memcached-1.2.4.tar.gz",
+ :configure_options => "--prefix=/usr/local"
+ }
+ </pre>\n
*memcached_memory*: Memcached memory (in MB).\n
@set :memcached_memory, 64@\n
*memcached_pid_path*: Path to memcached pid file. Defaults to /var/run/memcached.pid\n
@set :memcached_pid_path, "/var/run/memcached.pid"@\n
*memcached_port*: Memcached port. Defaults to 11211.\n
\ No newline at end of file