]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/memcached.pp
install memcachced
[dsa-puppet.git] / modules / roles / manifests / memcached.pp
diff --git a/modules/roles/manifests/memcached.pp b/modules/roles/manifests/memcached.pp
new file mode 100644 (file)
index 0000000..974f7e5
--- /dev/null
@@ -0,0 +1,7 @@
+class roles::memcached {
+
+       class { 'memcached':
+               max_memory => 2048,
+               listen_ip  => '127.0.0.1',
+       }
+}