fuel-library/deployment/puppet/memcached
Aleksandr Didenko faa0ecd9be Add puppet-3.4 support
Adding puppet-3.4 support. It also should work under puppet-2.7.
In order to work properly with puppet-3.4 also requires some updates
in packages:
- ruby-rgen >= 0.6.5
- hiera >= 1.3.1

Change-Id: I40ffb6961e2b6de8090040f545648143e926872d
2014-03-06 11:46:33 +02:00
..
manifests mysql,nova,horizon centos integration 2012-09-07 17:54:32 -07:00
spec Initial commit 2012-09-07 17:38:58 -07:00
templates Add puppet-3.4 support 2014-03-06 11:46:33 +02:00
tests Initial commit 2012-09-07 17:38:58 -07:00
.gitignore Ignore metadata.json 2013-01-11 14:09:25 +04:00
.project Add project files 2013-01-10 18:37:05 +04: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