mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
fixed dashes to underscore in Gentoo and FreeBSD
This commit is contained in:
parent
da48763d29
commit
4b091efbee
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
||||||
},
|
},
|
||||||
'Gentoo': {
|
'Gentoo': {
|
||||||
'server': 'dev-db/mysql',
|
'server': 'dev-db/mysql',
|
||||||
'mysql-client': 'dev-db/mysql',
|
'client': 'dev-db/mysql',
|
||||||
'service': 'mysql',
|
'service': 'mysql',
|
||||||
'config': '/etc/mysql/my.cnf',
|
'config': '/etc/mysql/my.cnf',
|
||||||
'python': 'dev-python/mysql-python',
|
'python': 'dev-python/mysql-python',
|
||||||
},
|
},
|
||||||
'FreeBSD': {
|
'FreeBSD': {
|
||||||
'server': 'mysql56-server',
|
'server': 'mysql56-server',
|
||||||
'mysql-client': 'mysql56-client',
|
'client': 'mysql56-client',
|
||||||
'service': 'mysql-server',
|
'service': 'mysql-server',
|
||||||
'config': '/usr/local/etc/my.cnf',
|
'config': '/usr/local/etc/my.cnf',
|
||||||
'python': 'pymysql',
|
'python': 'pymysql',
|
||||||
|
|
Loading…
Add table
Reference in a new issue