Add memcache sls

This commit is contained in:
Thomas S Hatch 2013-06-13 16:16:03 -06:00
parent 8b5117a24b
commit b3b0600dd3

8
memcached/init.sls Normal file
View File

@ -0,0 +1,8 @@
memcached:
pkg:
- instaled
service:
- running
- enable: True
- require:
- pkg: memcached