mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-10 14:51:46 +00:00
mysql.server_checks: enforce root password
This commit is contained in:
parent
5e6708dd49
commit
dd1e52761d
2 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,12 @@ debconf.
|
|||
cryptographically insecure, future formula versions should use the
|
||||
newly available ``random.get_str`` method.
|
||||
|
||||
``mysql.server_checks``
|
||||
-----------------------
|
||||
|
||||
Enforces a root password to be set.
|
||||
|
||||
|
||||
``mysql.disabled``
|
||||
------------------
|
||||
|
||||
|
|
4
mysql/server_checks.sls
Normal file
4
mysql/server_checks.sls
Normal file
|
@ -0,0 +1,4 @@
|
|||
check_pillar_for_root_password:
|
||||
test.check_pillar:
|
||||
- present:
|
||||
- mysql:server:root_password
|
Loading…
Add table
Reference in a new issue