Adrien "ze" Urban
bb17c3c512
debian: debconf root password, support for percona
...
Default values available for percona-server-server.
2018-06-07 16:03:01 +02:00
Adrien "ze" Urban
afae4c54b7
debian: debconf key in pillar
...
Allow debconf keys to be changed via pillars.
Useful when using non-standard packages that use different debconf keys to set
their passwords.
2018-06-07 16:02:55 +02:00
Christian Boltz
af621bce24
Make SUSE package name compatible with Leap 42.x
...
python2-pymysql exists only in Leap 15 and Tumbleweed.
Up to Leap 42.3, the package is named python-pymysql.
2018-04-25 21:53:52 +02:00
Wolodja Wentland
89985f7485
Default to MariaDB packages on Debian releases after stretch
2018-04-23 16:20:05 +01:00
Alexander Weidinger
ec8b076cb9
FreeBSD: correct default value for 'python'
2018-03-14 22:30:20 +01:00
Daniel Wallace
1453641cbc
fix duplicate key in gentoo
2018-02-06 10:13:05 -07:00
Niels Abspoel
11d11da928
fix python package suse
2018-01-05 20:46:17 +01:00
Daniel Wallace
41044a4698
osmajorrelease is an int now
2017-09-21 08:45:35 -06:00
Niels Abspoel
8766718fd5
fix SUSE os grain
2017-02-05 21:33:59 +01:00
Andrew Wasilczuk
c68037aaa3
Fixes for bad defaults on CentOS 7
2016-12-27 22:25:08 +00:00
Sarah Rose
c371ff7f14
mysql.server formula fixes for gentoo
...
mysql.server formula failed on gentoo because of hard-coded pid-file (pid_file is not detected as declared for gentoo defaults.yaml because the variable name for the pid-file is hard-coded in the init.d script installed by standard dev-db/mysql ebuild as pid-file (not pid_file)).
mysql.server formula also failed because it was missing the step. This commit adds this as an alternative mysql_initialize step for the gentoo os_family.
2016-12-09 15:32:24 +01:00
Andres Montalban
39a996effd
Fix #147 - Wrong CentOS/RHEL 7 defaults and state failure when mysql.version is not defined
2016-10-29 10:25:37 -03:00
Tobias Jungel
55f14c2689
galera: fix invalid default
...
wsrep_notify_cmd cannot be without a value
2016-08-31 16:23:34 +02: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
Tobias Jungel
345bd16148
prevent multiple configuration of pid file
...
update default of pid-file to pid_file. Otherwise pid-file ends up always
in server.cnf and cannot be overriden, since all keys are modified to
use only underscores.
2016-08-28 14:40:07 +02:00
Jan Harasym
3318edd436
This default is not overridden properly for some reason
2016-08-04 11:26:22 +02:00
tsia
85953b0cc4
fix defaults.yaml to support mysql5.7
2016-02-08 16:56:56 +01: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
Imran Haider
cfced7a501
Add support for Arch Linux
2015-06-20 14:04:37 -04:00
Niels Abspoel
8e086fd21a
added opensuse support
2015-05-25 23:33:07 +02:00
Alex Hayes
5546542b19
Merge branch 'master' of https://github.com/saltstack-formulas/mysql-formula into feature/mysql-dev
...
Conflicts:
README.rst
2015-03-10 07:38:55 +11:00
Jens Neuhalfen
38a501fd77
Add Fedora to defaults.yaml
2015-01-26 21:28:09 +01: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
Alex Hayes
34515c7b50
Add state 'mysql.dev' that provides support for installing MySQL development libraries and header files.
2014-12-12 09:20:09 +11:00
1exx
e70a7d01e4
Update defaults.yaml
...
Missing 'sections:'.
2014-11-28 18:29:56 +05:00
Wolodja Wentland
c2c1e3959e
Ensure that debconf-utils is installed on Debian systems
...
debconf.set which is used in mysql.server has a dependency on debconf-utils. If
it is not installed the password will not be set and is cumbersome to change
later on.
2014-11-25 17:54:04 +00:00
Seth Miller
ab634d3fa1
add Amazon support to defaults config file
2014-11-16 18:11:48 -06: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