mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #136 from joejulian/fix_tmp
Set environment temp directory to /tmp
This commit is contained in:
commit
a55beda83f
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ mysql_install_datadir:
|
|||
- name: mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
|
||||
- user: root
|
||||
- creates: /var/lib/mysql/mysql/user.frm
|
||||
- env:
|
||||
- TMPDIR: '/tmp'
|
||||
- require:
|
||||
- pkg: {{ mysql.server }}
|
||||
- file: mysql_config
|
||||
|
|
Loading…
Add table
Reference in a new issue