mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
fix(indent): properly indent file.directory block
This is a followup on #250. The patch I sent here suffered from a case of bad copy-n-paste and missed half a level of indentation. Sorry.
This commit is contained in:
parent
1e5651faac
commit
7791268d13
1 changed files with 5 additions and 5 deletions
|
@ -145,11 +145,11 @@ mysql_initialize:
|
|||
|
||||
{%- if os_family in ['FreeBSD'] and mysql.serverpkg.lower() != 'mariadb-server' %}
|
||||
mysql_initialize:
|
||||
file.directory:
|
||||
- name: /var/log/mysql
|
||||
- user: mysql
|
||||
- group: mysql
|
||||
- mode: '0750'
|
||||
file.directory:
|
||||
- name: /var/log/mysql
|
||||
- user: mysql
|
||||
- group: mysql
|
||||
- mode: '0750'
|
||||
cmd.run:
|
||||
- name: /usr/local/libexec/mysqld --initialize-insecure --user=mysql --basedir=/usr/local --datadir={{ mysql_datadir }}
|
||||
- runas: root
|
||||
|
|
Loading…
Add table
Reference in a new issue