memcached-formula/memcached/python_memcached.sls
2014-07-28 11:10:45 +08:00

11 lines
201 B
Plaintext

{% from 'memcached/map.jinja' import memcached with context %}
include:
- memcached
python-memcached:
pkg:
- installed
- name: {{ memcached.python }}
- require:
- pkg: memcached