Change states to use short-dec style
This commit is contained in:
parent
44a2d049c9
commit
9fae1d9b41
@ -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:
|
||||
|
@ -1,6 +1,5 @@
|
||||
{% from 'memcached/map.jinja' import memcached with context %}
|
||||
|
||||
libmemcached:
|
||||
pkg:
|
||||
- installed
|
||||
pkg.installed:
|
||||
- name: {{ memcached.libmemcached }}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{% from 'memcached/map.jinja' import memcached with context %}
|
||||
|
||||
python-memcached:
|
||||
pkg:
|
||||
- installed
|
||||
pkg.installed:
|
||||
- name: {{ memcached.python }}
|
||||
|
Loading…
Reference in New Issue
Block a user