mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #183 from cboltz/suse-python-pkg-name
Make SUSE package name compatible with Leap 42.x
This commit is contained in:
commit
ec3ae803bf
1 changed files with 6 additions and 1 deletions
|
@ -208,7 +208,12 @@ SUSE:
|
|||
server: mariadb
|
||||
client: mariadb-client
|
||||
service: mysql
|
||||
python: python2-PyMySQL
|
||||
{%- if salt['grains.get']('osmajorrelease')|int == 42 %}
|
||||
# "old" package name up to Leap 42.x
|
||||
python: python-PyMySQL
|
||||
{% else %}
|
||||
python: python2-pymysql
|
||||
{% endif %}
|
||||
config:
|
||||
file: /etc/my.cnf
|
||||
sections:
|
||||
|
|
Loading…
Add table
Reference in a new issue