Forrest
|
4cb99e9bd9
|
Merge pull request #116 from M2Mobi/mine
Add support for fetching user hosts from salt mine.
|
2016-04-06 11:47:12 -07:00 |
|
Heinz Wiesinger
|
22d08ec1f3
|
Add support for fetching user hosts from salt mine.
|
2016-04-06 12:15:42 +02:00 |
|
Forrest
|
7c683825e6
|
Merge pull request #113 from Ismail-AlJubbah/patch-1
Update server.cnf
|
2016-03-29 00:14:15 -07:00 |
|
Ismail Al-Jubbah
|
378fcd514c
|
Update server.cnf
|
2016-03-29 15:04:15 +08:00 |
|
Forrest
|
9152d88cbf
|
Merge pull request #109 from HealthForge/master
Allow loading into remote databases
|
2016-02-25 10:49:55 -08:00 |
|
jam13
|
3bc30263c3
|
Allow loading into remote databases
|
2016-02-25 17:08:16 +00:00 |
|
Forrest
|
83b865ae14
|
Merge pull request #108 from tsia/master
fix defaults.yaml to support mysql5.7
|
2016-02-08 11:12:06 -08:00 |
|
tsia
|
85953b0cc4
|
fix defaults.yaml to support mysql5.7
|
2016-02-08 16:56:56 +01:00 |
|
Wolodja Wentland
|
d09be37103
|
Merge pull request #105 from arthurlogilab/patch-1
typo in comment
|
2016-01-28 14:13:31 +01:00 |
|
Arthur Lutz
|
a4c87ee46e
|
typo in comment
|
2016-01-28 12:53:26 +01:00 |
|
Nitin Madhok
|
8a59137dc4
|
Merge pull request #96 from M2Mobi/master
Add better support for a config directory with split config files.
|
2015-11-24 02:12:56 -05:00 |
|
puneet kandhari
|
2f9a1ab686
|
Merge pull request #101 from abednarik/fix_deprecated_iteritems_method
Replace deprecated iteritems() with items()
|
2015-11-17 07:28:06 -06:00 |
|
abednarik
|
01779eb50a
|
Replace deprecated iteritems() with items()
|
2015-11-17 10:22:38 -03:00 |
|
Forrest
|
42b697d4c0
|
Merge pull request #99 from M2Mobi/user-rebased
Fix wrong variable name for the salt user password in some files.
|
2015-10-09 12:47:03 -07:00 |
|
Heinz Wiesinger
|
becff9fcdd
|
Fix wrong variable name for the salt user password in some files.
|
2015-10-09 10:12:32 +02:00 |
|
Forrest
|
0ad3e7b710
|
Merge pull request #98 from M2Mobi/user-rebased
Add states for optional dedicated salt user instead of root.
|
2015-10-08 14:13:03 -07:00 |
|
Heinz Wiesinger
|
e72c1c12d3
|
Add states for optional dedicated salt user instead of root.
|
2015-10-08 17:40:04 +02: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 |
|
Forrest
|
a874ed3840
|
Merge pull request #97 from M2Mobi/whitespace
Fix trailing whitespaces.
|
2015-10-05 12:49:24 -07:00 |
|
Heinz Wiesinger
|
d15e431468
|
Fix trailing whitespaces.
|
2015-10-05 21:44:20 +02:00 |
|
Forrest
|
e46262c0a8
|
Merge pull request #95 from ogabrielsantos/master
Fix empty "mysql_install_datadir" dict when OS family is not "Arch"
|
2015-09-29 23:03:32 -07:00 |
|
Gabriel Santos
|
9fa1ddd59e
|
Finish fix-mysql_install_datadir-issue
|
2015-09-30 02:34:43 -03:00 |
|
Gabriel Santos
|
27d9e68558
|
Fix empty "mysql_install_datadir" dict when OS family is not "Arch"
|
2015-09-30 02:34:24 -03:00 |
|
Forrest
|
d6a4a1a214
|
Merge pull request #94 from roock/archlinux
Archlinux - create initial mysql data directory
|
2015-09-29 13:43:19 -07:00 |
|
Roman Pertl
|
1d73a3582d
|
remove creation of logdir again
|
2015-09-29 20:03:00 +00:00 |
|
Roman Pertl
|
1319eaf7da
|
Revert "bugfix: remove anonymous accounts on all os, fix condition os_family for mysql root password"
This reverts commit 24f54ee98c .
|
2015-09-29 19:46:58 +00:00 |
|
Roman Pertl
|
eac19e4e5f
|
fix auto creation of mysql initial data directory on arch linux; create logging directory
|
2015-09-29 19:46:15 +00:00 |
|
Roman Pertl
|
5b7aad5bc9
|
Arch Linux: create initial mysql data directory
|
2015-09-29 18:55:24 +00:00 |
|
Roman Pertl
|
429aba9ec9
|
Merge branch 'master' of https://github.com/saltstack-formulas/mysql-formula
|
2015-09-29 18:54:52 +00:00 |
|
Roman Pertl
|
24f54ee98c
|
bugfix: remove anonymous accounts on all os, fix condition os_family for mysql root password
|
2015-09-29 18:53:29 +00:00 |
|
puneet kandhari
|
61d2a3ef01
|
Merge pull request #91 from RonWilliams/master
Fix database administrative user within database import command
|
2015-09-24 21:17:11 -05:00 |
|
Ron Williams
|
8b0c7cc71d
|
Fix database administrative user within database import command.
|
2015-09-24 19:30:03 -06:00 |
|
Forrest
|
cc600c405b
|
Merge pull request #90 from RonWilliams/master
Fix RedHat MySQL admin root username pillar setup.
|
2015-09-18 10:23:49 -07:00 |
|
Ron Williams
|
5da21111e4
|
Fix RedHat MySQL admin root password setup.
|
2015-09-18 00:26:24 -06:00 |
|
Forrest
|
0ef2eacce8
|
Merge pull request #89 from phil-lavin/bugfix-debconf-package-name
Use mysql.server variable instead of hardcoded mysql-server for debconf
|
2015-09-16 10:40:19 -07:00 |
|
Phil Lavin
|
5d7b01a5e3
|
Use mysql.server variable instead of hardcoded mysql-server for debconf
|
2015-09-16 12:00:32 +01:00 |
|
puneet kandhari
|
a9680e9bc9
|
Merge pull request #84 from pcdummy/master
Add support for grants, smaller fixes.
|
2015-07-24 15:50:20 -05:00 |
|
René Jochum
|
e6cf0013c4
|
Smaller changes.
Signed-off-by: René Jochum <rene@jochums.at>
|
2015-07-11 17:41:19 +02:00 |
|
puneet kandhari
|
8a00a96183
|
Merge pull request #83 from saltstack-formulas/nmadhok-patch-1
Adding CentOS to os in FORMULA
|
2015-07-09 08:37:54 -05:00 |
|
Nitin Madhok
|
9090edf512
|
Adding CentOS to os in FORMULA
|
2015-07-09 09:31:55 -04:00 |
|
Forrest
|
983f97691b
|
Merge pull request #82 from techhat/master
Initial commit of SPM FORMULA
|
2015-07-07 13:28:45 -07:00 |
|
Joseph Hall
|
ae77f82c17
|
Initial commit of SPM FORMULA
|
2015-07-07 09:47:28 -06:00 |
|
Forrest
|
a292abbb67
|
Merge pull request #79 from johnklehm/patch-1
Update root_password example to use ''
|
2015-06-24 10:35:59 -07:00 |
|
C John Klehm
|
425b5e54e3
|
Update root_password example to use ''
The value of False does not work for me on Ubuntu Vivid. Using '' everything works as expected.
|
2015-06-24 13:18:30 -04:00 |
|
Niels Abspoel
|
601bdcf5e7
|
Merge pull request #77 from imran1008/arch-support
Add support for Arch Linux
|
2015-06-20 23:40:43 +02:00 |
|
Imran Haider
|
cfced7a501
|
Add support for Arch Linux
|
2015-06-20 14:04:37 -04:00 |
|
Nitin Madhok
|
6ffef48da7
|
Merge pull request #76 from stromnet/master
Use default root_password if not set
|
2015-06-18 07:38:55 -04:00 |
|
Johan Ström
|
8b730607b8
|
Use default root_password if not set
|
2015-06-18 11:42:22 +02:00 |
|
puneet kandhari
|
7c57704c90
|
Merge pull request #73 from zhujinhe/patch-1
fix typo
|
2015-06-01 20:11:32 -07:00 |
|
zhujinhe
|
d7f363a1e1
|
fix typo
replace tabs to 2 spaces, tabs eads yaml syntax error on line 73,74
|
2015-06-02 10:50:38 +08:00 |
|