Version information
released Mar 10th 2015
This version is compatible with:
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'jbussdieker-memcached', '0.0.5'
Learn more about managing modules with a PuppetfileDocumentation
jbussdieker/memcached — version 0.0.5 Mar 10th 2015
Memcached
This module manages installing, configuring and running memcached.
Usage
Basic Usage:
class { 'memcached': }
Full options:
class { 'memcached':
enable_memcached => 'yes',
log_file => '/var/log/memcached.log',
memory_max => 64,
listen_port => 11211,
listen_ip => '127.0.0.1',
memcache_user => 'memcache',
connection_limit => 1024
}