Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
12
box/provisioning/roles/geerlingguy.mysql/vars/Archlinux.yml
Normal file
12
box/provisioning/roles/geerlingguy.mysql/vars/Archlinux.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
__mysql_daemon: mariadb
|
||||
__mysql_packages:
|
||||
- mariadb
|
||||
__mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log
|
||||
__mysql_log_error: /var/log/mysql.err
|
||||
__mysql_syslog_tag: mysql
|
||||
__mysql_pid_file: /run/mysqld/mysqld.pid
|
||||
__mysql_config_file: /etc/mysql/my.cnf
|
||||
__mysql_config_include_dir: /etc/mysql/conf.d
|
||||
__mysql_socket: /run/mysqld/mysqld.sock
|
||||
__mysql_supports_innodb_large_prefix: true
|
Loading…
Add table
Add a link
Reference in a new issue