Skip to content

Commit

Permalink
Merge pull request #19 from inmotionhosting/pidfile
Browse files Browse the repository at this point in the history
No pid file mgmt
  • Loading branch information
combssm committed Aug 6, 2023
2 parents 1ddee8c + ba8e60c commit dda3bc7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Available variables are listed below with their default values (you can also see
| mysql_log_error | Default: `"{{ mysql_log_dir }}/mariadb/mariadb.log"`
| mysql_log_file_group | Default: `mysql`
| mysql_packages | Default: `The MySQL packages to install`
| mysql_pid_file | Default: `/var/run/mariadb/mariadb.pid`
| mysql_query_alloc_block_size | Default: `16384`
| mysql_query_cache_limit | Default: `1M`
| mysql_query_cache_min_res_unit | Default: `4096`
Expand Down
2 changes: 0 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ mysql_root_username: root
mysql_config_file: /etc/my.cnf
mysql_config_include_dir: /etc/my.cnf.d

mysql_pid_file: /var/run/mariadb/mariadb.pid

mysql_socket: true
mysql_socket_path: /var/lib/mysql/mysql.sock

Expand Down
1 change: 0 additions & 1 deletion tasks/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- mysql_root_username
- mysql_config_file
- mysql_config_include_dir
- mysql_pid_file
- mysql_socket_path
- mysql_log_dir
- mysql_log_error
Expand Down

0 comments on commit dda3bc7

Please sign in to comment.