Change states to use short-dec style

This commit is contained in:
Seth House 2014-12-13 00:19:59 -07:00
parent 44a2d049c9
commit 9fae1d9b41
3 changed files with 4 additions and 8 deletions

View File

@ -1,11 +1,9 @@
{% from 'memcached/map.jinja' import memcached with context %}
memcached:
pkg:
- installed
pkg.installed:
- name: {{ memcached.server }}
service:
- running
service.running:
- enable: True
- name: {{ memcached.service }}
- require:

View File

@ -1,6 +1,5 @@
{% from 'memcached/map.jinja' import memcached with context %}
libmemcached:
pkg:
- installed
pkg.installed:
- name: {{ memcached.libmemcached }}

View File

@ -1,6 +1,5 @@
{% from 'memcached/map.jinja' import memcached with context %}
python-memcached:
pkg:
- installed
pkg.installed:
- name: {{ memcached.python }}