mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-10 14:51:46 +00:00
6 lines
153 B
Text
6 lines
153 B
Text
{%- from tpldir ~ "/map.jinja" import mysql with context %}
|
|
|
|
mysql_python:
|
|
pkg.installed:
|
|
- name: {{ mysql.pythonpkg }}
|
|
- reload_modules: True
|