Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
mysql
/
b78e8a58b7f191d0c2b9e15e8db1dd30cf9acbd6
/
.
/
tests
/
pillar
/
server_user.sls
blob: 25ef9920802d33ba7dfb4a52b278883ff485e268 [
file
] [
log
] [
blame
]
mysql
:
server
:
enabled
:
true
version
:
'5.5'
force_encoding
:
utf8
admin
:
user
:
admin
password
:
password
bind
:
address
:
0.0
.
0.0
port
:
3306
protocol
:
tcp
users
:
-
name
:
user01
host
:
"*"
password
:
'sdgdsgdsgd'
-
name
:
user02
host
:
"localhost"