mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
9 lines
146 B
Text
9 lines
146 B
Text
mysql:
|
|
pkg:
|
|
- installed
|
|
{% if grains['os_family'] == 'Debian' %}
|
|
- pkgs:
|
|
- mysql-client
|
|
- mysql-server
|
|
{% endif %}
|
|
|