Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / roles / manifests / memcached.pp
1 class roles::memcached {
2
3         class { '::memcached':
4                 max_memory => 2048,
5                 listen_ip  => '127.0.0.1',
6         }
7 }