mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #53 from saltstack-formulas/style-short-dec
Change states to use short-dec style
This commit is contained in:
commit
5bc1f03739
2 changed files with 2 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue