diff --git a/memcached/python_memcached.sls b/memcached/python_memcached.sls index 3d12685..28068a5 100644 --- a/memcached/python_memcached.sls +++ b/memcached/python_memcached.sls @@ -1,10 +1,6 @@ {% from 'memcached/map.jinja' import memcached with context %} -include: - - memcached python-memcached: pkg: - installed - name: {{ memcached.python }} - - require: - - pkg: memcached