mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
6 lines
117 B
Text
6 lines
117 B
Text
{% from "mysql/map.jinja" import mysql with context %}
|
|
|
|
mysql:
|
|
pkg:
|
|
- installed
|
|
- name: {{ mysql.client }}
|