faa0ecd9be
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 |
||
---|---|---|
.. | ||
manifests | ||
spec | ||
templates | ||
tests | ||
.gitignore | ||
.project | ||
Modulefile | ||
Rakefile | ||
README-DEVELOPER | ||
README.md |
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