From b484245152b01e13c74acc296749c84774b3386c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 28 Jul 2014 11:14:17 +0800 Subject: [PATCH] Remove the requirement of memcached when install the python-memcached package --- memcached/python_memcached.sls | 4 ---- 1 file changed, 4 deletions(-) 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