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

Change states to use short-dec style
This commit is contained in:
Wolodja Wentland 2014-12-13 09:16:25 +00:00
commit 5bc1f03739
2 changed files with 2 additions and 4 deletions

View file

@ -2,6 +2,5 @@
{%- set mysql = salt['grains.filter_by'](rawmap, grain='os', merge=salt['pillar.get']('mysql:server:lookup')) %}
mysql:
pkg:
- installed
pkg.installed:
- name: {{ mysql.client }}

View file

@ -2,6 +2,5 @@
{%- set mysql = salt['grains.filter_by'](rawmap, grain='os', merge=salt['pillar.get']('mysql:server:lookup')) %}
mysql_python:
pkg:
- installed
pkg.installed:
- name: {{ mysql.python }}