mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
10 lines
191 B
Text
10 lines
191 B
Text
![]() |
{% set pkg = salt['grains.filter_by']({
|
||
|
'Debian': {'name': 'python-mysqldb'},
|
||
|
'RedHat': {'name': 'MySQL-python'},
|
||
|
}) %}
|
||
|
|
||
|
mysqldb-python:
|
||
|
pkg:
|
||
|
- installed
|
||
|
- name: {{ pkg.name }}
|