mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
10 lines
146 B
Text
10 lines
146 B
Text
![]() |
mysql:
|
||
|
pkg:
|
||
|
- installed
|
||
|
{% if grains['os_family'] == 'Debian' %}
|
||
|
- pkgs:
|
||
|
- mysql-client
|
||
|
- mysql-server
|
||
|
{% endif %}
|
||
|
|