fuel-library/deployment/puppet/memcached
Eugene Kirpichov 7d45dfd343 Initial commit
2012-09-07 17:38:58 -07:00
..
manifests Initial commit 2012-09-07 17:38:58 -07:00
spec Initial commit 2012-09-07 17:38:58 -07:00
templates Initial commit 2012-09-07 17:38:58 -07:00
tests Initial commit 2012-09-07 17:38:58 -07:00
.gitignore Initial commit 2012-09-07 17:38:58 -07:00
Modulefile Initial commit 2012-09-07 17:38:58 -07:00
Rakefile Initial commit 2012-09-07 17:38:58 -07:00
README-DEVELOPER Initial commit 2012-09-07 17:38:58 -07:00
README.md Initial commit 2012-09-07 17:38:58 -07:00

puppet-memcached

Manage memcached via Puppet

How to use

Use roughly 90% of memory

    class { 'memcached': }

Set a fixed memory limit in MB

    class { 'memcached':
      max_memory => 2048
    }

Other class parameters

  • $logfile = '/var/log/memcached.log'
  • $listen_ip = '0.0.0.0'
  • $tcp_port = 11211
  • $udp_port = 11211
  • $user = '' (OS specific setting, see params.pp)
  • $max_connections = 8192