mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
debconf: don't set password if not required
No need to setup debconf root password if we ain't installing it.
This commit is contained in:
parent
1071effbe1
commit
e7969e3e43
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ mysql_password_debconf:
|
||||||
- data:
|
- data:
|
||||||
{{debconf_root_password}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
|
{{debconf_root_password}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
|
||||||
{{debconf_root_password_again}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
|
{{debconf_root_password_again}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
|
||||||
- require_in:
|
- prereq:
|
||||||
- pkg: {{ mysql.server }}
|
- pkg: {{ mysql.server }}
|
||||||
- require:
|
- require:
|
||||||
- pkg: mysql_debconf_utils
|
- pkg: mysql_debconf_utils
|
||||||
|
|
Loading…
Add table
Reference in a new issue