mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +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',
|
'service': 'mysql-server',
|
||||||
'config': '/usr/local/etc/my.cnf',
|
'config': '/usr/local/etc/my.cnf',
|
||||||
'python': 'pymysql',
|
'python': 'pymysql',
|
||||||
'mysql-size': 'medium',
|
'mysql_size': 'medium',
|
||||||
},
|
},
|
||||||
}, merge=salt['pillar.get']('mysql:lookup')) %}
|
}, merge=salt['pillar.get']('mysql:lookup')) %}
|
||||||
|
|
|
@ -45,7 +45,7 @@ selinux_enforcing:
|
||||||
my.cnf:
|
my.cnf:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: {{ mysql.config }}
|
- name: {{ mysql.config }}
|
||||||
- source: salt://mysql/files/my-{{ mysql.mysql-size }}.cnf
|
- source: salt://mysql/files/my-{{ mysql.mysql_size }}.cnf
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
|
|
Loading…
Add table
Reference in a new issue