Skip to content

bashtoni/puppet-memcached

This branch is 354 commits behind saz/puppet-memcached:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6a63aa · Feb 23, 2012

History

16 Commits
Jan 19, 2012
Jan 5, 2012
Jan 19, 2012
Nov 20, 2011
Nov 20, 2011
Jan 20, 2012
Jan 5, 2012
Feb 23, 2012
Jan 5, 2012

Repository files navigation

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

About

Puppet module for memcached

Resources

Stars

Watchers

Forks

Packages

No packages published