We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5651f + 7791268 commit d0a19a7Copy full SHA for d0a19a7
mysql/server.sls
@@ -145,11 +145,11 @@ mysql_initialize:
145
146
{%- if os_family in ['FreeBSD'] and mysql.serverpkg.lower() != 'mariadb-server' %}
147
mysql_initialize:
148
- file.directory:
149
- - name: /var/log/mysql
150
- - user: mysql
151
- - group: mysql
152
- - mode: '0750'
+ file.directory:
+ - name: /var/log/mysql
+ - user: mysql
+ - group: mysql
+ - mode: '0750'
153
cmd.run:
154
- name: /usr/local/libexec/mysqld --initialize-insecure --user=mysql --basedir=/usr/local --datadir={{ mysql_datadir }}
155
- runas: root
0 commit comments