mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +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': {
|
||||
'server': 'dev-db/mysql',
|
||||
'mysql-client': 'dev-db/mysql',
|
||||
'client': 'dev-db/mysql',
|
||||
'service': 'mysql',
|
||||
'config': '/etc/mysql/my.cnf',
|
||||
'python': 'dev-python/mysql-python',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'server': 'mysql56-server',
|
||||
'mysql-client': 'mysql56-client',
|
||||
'client': 'mysql56-client',
|
||||
'service': 'mysql-server',
|
||||
'config': '/usr/local/etc/my.cnf',
|
||||
'python': 'pymysql',
|
||||
|
|
Loading…
Add table
Reference in a new issue