mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #79 from johnklehm/patch-1
Update root_password example to use ''
This commit is contained in:
commit
a292abbb67
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ mysql:
|
|||
server:
|
||||
# Use this account for database admin (defaults to root)
|
||||
root_user: 'admin'
|
||||
# root_password: False - to have root@localhost without password
|
||||
# root_password: '' - to have root@localhost without password
|
||||
root_password: 'somepass'
|
||||
user: mysql
|
||||
# If you only manage the dbs and users and the server is on
|
||||
|
|
Loading…
Add table
Reference in a new issue