mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #223 from myii/fix/typo-connector
fix(connector): fix typos (connnector) and missing `enabled`
This commit is contained in:
commit
58b95ba32e
3 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,8 @@ mysql:
|
|||
enabled: False
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-proxy-0.8.5-osx10.7-x86-32bit.tar.gz
|
||||
sum: 'md5=107df22412aa8c483d2021e1af24ee22'
|
||||
connnector:
|
||||
connector:
|
||||
enabled: False
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-connector-nodejs-8.0.11.tar.gz
|
||||
sum: 'md5=dece7fe5607918ba68499ef07c31508d'
|
||||
forvisualstudio:
|
||||
|
|
|
@ -195,7 +195,7 @@ mysql:
|
|||
enabled: False #default
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-proxy-0.8.5-osx10.7-x86-32bit.tar.gz
|
||||
sum: 'md5=107df22412aa8c483d2021e1af24ee22'
|
||||
connnector:
|
||||
connector:
|
||||
enabled: False #default
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-connector-nodejs-8.0.11.tar.gz
|
||||
sum: 'md5=dece7fe5607918ba68499ef07c31508d'
|
||||
|
|
|
@ -194,7 +194,7 @@ mysql:
|
|||
enabled: False #default
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-proxy-0.8.5-osx10.7-x86-32bit.tar.gz
|
||||
sum: 'md5=107df22412aa8c483d2021e1af24ee22'
|
||||
connnector:
|
||||
connector:
|
||||
enabled: False #default
|
||||
url: https://downloads.mysql.com/archives/get/file/mysql-connector-nodejs-8.0.11.tar.gz
|
||||
sum: 'md5=dece7fe5607918ba68499ef07c31508d'
|
||||
|
|
Loading…
Add table
Reference in a new issue