mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
changed - to _ in mysql.mysql-size
This commit is contained in:
parent
48c69a2657
commit
da48763d29
2 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,6 @@
|
|||
'service': 'mysql-server',
|
||||
'config': '/usr/local/etc/my.cnf',
|
||||
'python': 'pymysql',
|
||||
'mysql-size': 'medium',
|
||||
'mysql_size': 'medium',
|
||||
},
|
||||
}, merge=salt['pillar.get']('mysql:lookup')) %}
|
||||
|
|
|
@ -45,7 +45,7 @@ selinux_enforcing:
|
|||
my.cnf:
|
||||
file.managed:
|
||||
- name: {{ mysql.config }}
|
||||
- source: salt://mysql/files/my-{{ mysql.mysql-size }}.cnf
|
||||
- source: salt://mysql/files/my-{{ mysql.mysql_size }}.cnf
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
|
|
Loading…
Add table
Reference in a new issue