Wayne Gemmell
fabd837bcb
fix(bug): config arrays as multiple lines
2023-10-17 14:28:25 +02:00
Imran Iqbal
7b309f8da2
fix(mac_shortcut.sh): fix shellcheck
errors
...
```bash
In mysql/files/mac_shortcut.sh line 5:
if [[ -e "{{ home }}/{{ user }}/Desktop/{{ app }}" ]] && [[ "${1}" -eq "remove" ]]
^------^ SC2154: remove is referenced but not assigned.
In mysql/files/mac_shortcut.sh line 8:
elif [[ -e "{{ dir }}/{{ app ~ '.app' if suffix else app }}" ]] && [[ "${1}" -eq "add" ]]
^---^ SC2154: add is referenced but not assigned.
```
2019-12-02 22:52:26 +00:00
Heinz Wiesinger
c2ca424dac
Use separate global config section when using a config directory.
2018-11-14 17:42:44 +01:00
N
d20ce192cb
fix code for MacOS desktop shortcuts
2018-10-02 21:59:33 +01:00
N
0e382508fc
MacOS Desktop shortcut handling
2018-10-02 20:01:33 +01:00
Alexander Weidinger
a779417b1a
Prevent 'key: None' in config files
2018-09-05 23:21:39 +02:00
N
1e826ea487
Introduce standardized mapping files
2018-06-24 14:37:18 +01:00
Mikhail Lesyk
2ca2e8b04d
add ability to specify repating keys
...
example:
binlog-ignore-db:
- mysql
- sys
- information_schema
- performance_schema
2016-10-02 13:43:22 +03:00
Tobias Jungel
6e123c1017
Adding galera config file
...
Added galera.cnf to support configuration of galera setups. Defaults
were added for Fedora based on Fedora 23 configuration defaults.
2016-08-30 09:21:19 +02:00
Ismail Al-Jubbah
378fcd514c
Update server.cnf
2016-03-29 15:04:15 +08:00
Heinz Wiesinger
0febad19c1
Add better support for a config directory with split config files.
...
This adds optional support for having split configuration files
within a config directory, most commonly /etc/my.cnf.d.
2015-10-05 21:50:19 +02:00
Heinz Wiesinger
d15e431468
Fix trailing whitespaces.
2015-10-05 21:44:20 +02:00
Wolodja Wentland
2dedb85d5f
Sort options in my.cnf
...
Options in my.cnf are not sorted at this moment which introduces unnecessary
changes whenever the file is being rewritten.
2015-02-17 09:44:16 +01:00
root
98b054fcf6
Official oracle mysql repo for mysql-server creates file /usr/my.cnf
...
That overrides default /etc/mysql/my.cnf parameters
Now if this file exists it bacame managed and empty
2015-02-11 02:21:31 +00:00
root
f03d88a759
1) Supported params list deleted, because it's hard to keep it fresh (there was cool parser by davidjb, but it does not take care of underscores and hiphen in options names). Now all parameters considering supported, and all hiphen will be replaced with underscore when salt creates my.cnf. Thats why all default parameters changed to underscore type.
...
2) Fixed bug with empty config append parameter
3) Fixed bug with empty root password applying
2014-12-12 10:05:39 +08:00
David\ Beitey
734d5ef7a1
Fix broken state / my.cnf file
2014-10-09 16:47:58 +10:00
root
c55c2a4c46
Add support table param for mysql.user state (by default table is *)
...
Add support of changing/adding any attribute in my.cnf. NB!!! It breaks backward compatibility for mysql.server state.
Delete mysql_size param support (now you can customiza all my.cnf parameters in pillar)
Add script import_users.py that create user pillar for existent server
Add support root@localhost mysql user without password (root_password = False)
Add support of grant_option
2014-09-29 00:08:11 +09:00
Christian Hudon
d829221125
Also rename the configuration file to the OS family.
2014-08-25 05:07:59 -04:00
Ihor Kaharlichenko
04e3aa25f3
Add managed my.cnf for CentOS
2014-05-14 11:44:00 +04:00
Clayton Kramer
02081cccce
Added feature for setting up MySQL root password via the Salt debconf state instead of through the pkg state.
2014-05-12 11:04:24 -04:00
madflojo
4645025037
debconf for mysql
...
Adding a sample debconf mysql file and debconf statement in the state
file.
2014-01-29 21:43:45 -07:00
Christer Edwards
cc7774ac8a
Initial FreeBSD support
2014-01-29 21:09:15 -07:00
Kenneth Wilke
ca13ef3b15
fixed pillar grabber for remaining configs
2013-08-27 14:56:35 -05:00
Kenneth Wilke
97e17bb942
fixed pillar grabber in debian config
2013-08-27 14:54:29 -05:00
Seth House
00d8d74204
Updated config files to pull from Pillar instead of package-map.jinja
2013-08-22 15:51:52 -06:00
Kenneth Wilke
1978f98cd4
added context to template imports
2013-08-19 10:13:19 -05:00
Kenneth Wilke
4d940f9ecf
Started work on mysqld config templates
2013-08-19 10:03:59 -05:00