mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #54 from babilen/issue/52
Remove require on mysql_debconf if password has not been set
This commit is contained in:
commit
9c0f18c48f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ mysql_delete_anonymous_user_{{ host }}:
|
|||
mysqld:
|
||||
pkg.installed:
|
||||
- name: {{ mysql.server }}
|
||||
{% if os_family == 'Debian' %}
|
||||
{% if os_family == 'Debian' and mysql_root_password %}
|
||||
- require:
|
||||
- debconf: mysql_debconf
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue