Seth House
8d89326f4e
Merge pull request #50 from sivir/master
...
Delete supported params
2014-12-15 10:42:02 -07:00
Seth House
9c0f18c48f
Merge pull request #54 from babilen/issue/52
...
Remove require on mysql_debconf if password has not been set
2014-12-13 02:26:03 -07:00
Wolodja Wentland
5bc1f03739
Merge pull request #53 from saltstack-formulas/style-short-dec
...
Change states to use short-dec style
2014-12-13 09:16:25 +00:00
Wolodja Wentland
6bc3f1869b
Remove require on mysql_debconf if password has not been set
...
This fixes #52
2014-12-13 09:05:46 +00:00
Seth House
cb5b604a95
Change states to use short-dec style
2014-12-13 00:19:59 -07: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
Nitin Madhok
991fe7cc99
Merge pull request #48 from 1exx/patch-1
...
Update defaults.yaml
2014-11-28 14:31:35 -05:00
1exx
e70a7d01e4
Update defaults.yaml
...
Missing 'sections:'.
2014-11-28 18:29:56 +05:00
Wolodja Wentland
5802b01815
Merge pull request #46 from soniah/base
...
Correct examples for replication.
2014-11-27 15:51:06 +00:00
Sonia Hamilton
2a81e0a499
Correct examples for replication.
2014-11-27 10:45:35 +00:00
Nitin Madhok
d79f596100
Merge pull request #45 from babilen/dev-debconf-utils
...
Ensure that debconf-utils is installed on Debian systems
2014-11-25 13:16:08 -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
Nitin Madhok
940a6e1ae9
Merge pull request #44 from iamseth/master
...
add Amazon support to defaults config file
2014-11-16 19:52:00 -05:00
Seth Miller
ab634d3fa1
add Amazon support to defaults config file
2014-11-16 18:11:48 -06:00
Nitin Madhok
d0cfc8fa7d
Merge pull request #41 from Cottser/user-dict
...
Use a dict instead of a list for users
2014-11-02 01:33:15 -04:00
Scott Reeves
686dcf293f
Use a dict instead of a list for users
2014-11-02 00:57:27 -04:00
Forrest
f98d1657d7
Merge pull request #40 from UtahDave/master
...
create directory if not there
2014-10-20 12:09:13 -07:00
David Boucha
5b16c57af5
create directory if not there
2014-10-20 13:02:43 -06:00
Forrest
0687b3aa75
Merge pull request #39 from jcu-eresearch/master
...
Add state for removal of test database
2014-10-13 20:38:36 -07:00
David\ Beitey
4e40bc2c51
Add remove test database state
...
Conflicts:
README.rst
Conflicts:
README.rst
2014-10-14 13:28:33 +10:00
Nitin Madhok
76390e2f6b
Merge pull request #38 from jcu-eresearch/jcu
...
Add scripted parsing of all MySQL options
2014-10-10 07:50:50 -04:00
David\ Beitey
a7494c9490
Add scripted parsing of all mysql options
2014-10-10 16:43:15 +10:00
Nitin Madhok
b697e58c73
Merge pull request #37 from jcu-eresearch/fix-user-removal
...
Ensure all anonymous users are removed; ensure None values for fqdn are handled for YAML
2014-10-09 06:49:59 -04:00
Nitin Madhok
c8e32e0048
Merge pull request #35 from jcu-eresearch/master
...
Fix broken state / my.cnf file
2014-10-09 06:49:16 -04:00
David\ Beitey
4975897b42
Ensure all anonymous users are removed; ensure None values for fqdn are handled for YAML
2014-10-09 17:34:00 +10:00
David\ Beitey
734d5ef7a1
Fix broken state / my.cnf file
2014-10-09 16:47:58 +10:00
Nitin Madhok
451bbe9b93
Merge pull request #34 from sivir/master
...
It is updated pull request #21
2014-09-28 11:15:12 -04: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
Nitin Madhok
d1011db3f9
Merge pull request #33 from D3r3ck/master
...
Using the family instead the operating system
2014-09-28 03:57:45 -04:00
Alfons Foubert
4ec9db6eaa
Fix for CentOS
2014-09-28 00:37:59 +02:00
Alfons Foubert
ffff679528
Changed the grain os to os_family
2014-09-26 13:35:53 +02:00
Alfons Foubert
7c51515a87
Adding File for CentOS
2014-09-25 18:54:59 +02:00
Nitin Madhok
9d9aff7feb
Merge pull request #30 from chrish42/master
...
Add support for RHEL, etc.
2014-08-25 13:36:53 -04:00
Christian Hudon
d829221125
Also rename the configuration file to the OS family.
2014-08-25 05:07:59 -04:00
Christian Hudon
78fddee402
Use os_family grain wherever possible, so the sls files work on a
...
broader number of Linux distributions.
2014-08-22 15:00:36 -04:00
Nitin Madhok
8bff5e8aea
Merge pull request #29 from tiger-seo/master
...
allow to add users without password
2014-08-07 12:52:05 -04:00
tiger-seo
a3784bd124
allow to add users without password
2014-08-07 19:47:48 +03:00
Nitin Madhok
35f054454e
Merge pull request #28 from tiger-seo/master
...
few improvements
2014-08-05 15:14:52 -04:00
tiger-seo
b74acd30ab
connection arguments for anonymous user deletion
2014-08-05 22:14:11 +03:00
tiger-seo
8361568c9d
add quotes, so that all databases (*.*) is acceptable
2014-08-05 22:13:26 +03:00
Seth House
f5bebe3d38
Merge pull request #27 from thenewwazoo/schema_load
...
clever way to load DB schemas in 2014.1
2014-07-27 01:07:12 -06:00
Seth House
471783f3c9
Merge pull request #26 from thenewwazoo/no_helium
...
backed out rand_str calls
2014-07-27 01:05:50 -06:00
Brandon Matthews
a842caf882
backed out rand_str calls
2014-07-26 23:54:48 -07:00
Brandon Matthews
ef312bc5e5
clever way to load DB schemas in 2014.1
2014-07-26 23:48:56 -07:00
Seth House
79fe88b423
Merge pull request #24 from TaiSHiNet/master
...
Added support for % hosts
2014-07-02 20:53:36 -06:00
Juan M
bad340eb38
Added support for % hosts
2014-07-02 23:43:27 -03:00
Seth House
8159d61147
Merge pull request #22 from spsoit/master
...
Adds a meta-state that sets up ordered component server states
2014-07-02 10:29:56 -06:00
Chad Heuschober
f4736458a2
Removes any helium-dependent features.
2014-07-02 10:15:13 -04:00
Chad Heuschober
9985435d3c
README update.
2014-07-02 09:56:59 -04:00
Chad Heuschober
f0e80c60da
Requisites for the failed test state killed additional execution
2014-07-01 16:16:34 -04:00