fix class
[mirror/dsa-puppet.git] / modules / 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 }