mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +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' %}
|
{%- if os_family in ['FreeBSD'] and mysql.serverpkg.lower() != 'mariadb-server' %}
|
||||||
mysql_initialize:
|
mysql_initialize:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /var/log/mysql
|
- name: /var/log/mysql
|
||||||
- user: mysql
|
- user: mysql
|
||||||
- group: mysql
|
- group: mysql
|
||||||
- mode: '0750'
|
- mode: '0750'
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: /usr/local/libexec/mysqld --initialize-insecure --user=mysql --basedir=/usr/local --datadir={{ mysql_datadir }}
|
- name: /usr/local/libexec/mysqld --initialize-insecure --user=mysql --basedir=/usr/local --datadir={{ mysql_datadir }}
|
||||||
- runas: root
|
- runas: root
|
||||||
|
|
Loading…
Add table
Reference in a new issue