Merge pull request #12 from saltstack-formulas/style-short-dec

Change states to use short-dec style
This commit is contained in:
Nitin Madhok 2014-12-13 06:40:06 -05:00
commit 8f8a100dd6
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 }}