mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Change states to use short-dec style
This commit is contained in:
parent
991fe7cc99
commit
cb5b604a95
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