mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
RHEL & Suse condition is correctly evaluated
This commit is contained in:
parent
d3ec899409
commit
0572bc39bf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ mysql_debconf:
|
|||
- pkg: {{ mysql.server }}
|
||||
- require:
|
||||
- pkg: mysql_debconf_utils
|
||||
{% if os_family in ['RedHat', 'Suse'] %}
|
||||
{% elif os_family in ['RedHat', 'Suse'] %}
|
||||
mysql_root_password:
|
||||
cmd.run:
|
||||
- name: mysqladmin --user {{ mysql_root_user }} password '{{ mysql_root_password|replace("'", "'\"'\"'") }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue