mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +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:
|
mysqld:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ mysql.server }}
|
- name: {{ mysql.server }}
|
||||||
{% if os_family == 'Debian' %}
|
{% if os_family == 'Debian' and mysql_root_password %}
|
||||||
- require:
|
- require:
|
||||||
- debconf: mysql_debconf
|
- debconf: mysql_debconf
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue