mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Updated pillar example and README for new debconf mysql root password feature
This commit is contained in:
parent
02081cccce
commit
101f7ffb59
2 changed files with 3 additions and 0 deletions
|
@ -24,3 +24,5 @@ Install the MySQL client package.
|
|||
----------------
|
||||
|
||||
Install the MySQL server package and start the service.
|
||||
|
||||
Debian OS family supports setting MySQL root password during install via debconf.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
mysql:
|
||||
server:
|
||||
root_password: somepass
|
||||
bind-address: 127.0.0.1
|
||||
port: 3306
|
||||
user: mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue