memcached-formula/memcached/python_memcached.sls

7 lines
140 B
Plaintext

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