mysql-formula/mysql/python.sls

7 lines
153 B
Text
Raw Normal View History

{%- from tpldir ~ "/map.jinja" import mysql with context %}
2013-08-22 15:40:24 -06:00
mysql_python:
2014-12-13 00:19:59 -07:00
pkg.installed:
2018-06-24 14:37:18 +01:00
- name: {{ mysql.pythonpkg }}
- reload_modules: True