23 lines
442 B
Text
23 lines
442 B
Text
applications_mysql_pkgs:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- mariadb
|
|
- mariadb-client
|
|
- mariadb-openrc
|
|
|
|
applications_mysql_enable:
|
|
file.directory:
|
|
- name: /var/lib/mysql
|
|
- create: False
|
|
- replace: False
|
|
- user: mysql
|
|
- group: mysql
|
|
- recurse:
|
|
- user
|
|
- group
|
|
- require:
|
|
- applications_mysql_pkgs
|
|
service.enabled:
|
|
- name: mariadb
|
|
- require:
|
|
- applications_mysql_pkgs
|