Commit graph

176 commits

Author SHA1 Message Date
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
Forrest
6c3161a340 Merge pull request #72 from aboe76/opensuse_support
added opensuse support
2015-05-25 15:03:44 -07:00
Niels Abspoel
8e086fd21a added opensuse support 2015-05-25 23:33:07 +02:00
Wolodja Wentland
83aa37f055 Merge pull request #71 from irtnog/connect-with-users-other-than-root
Allow changing connection_user by setting the 'mysql:server:root_user…
2015-05-18 15:58:15 +01:00
Matthew X. Economou
026c5cea4a Add example 'mysql:server:root_user' key-value pair. 2015-05-18 10:49:17 -04:00
Matthew X. Economou
524b6e981c Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key
In some MySQL server configurations (e.g., Amazon RDS), the root account
may not be available.  Instead, one may need to use a different account
in order to perform database administration.  This change replaced hard-
coded references to the root account with a Pillar lookup that defaults
to 'root'.  Existing users of this formula should see no change in its
behavior.
2015-05-18 10:33:27 -04:00
Wolodja Wentland
fb770bc12d Merge pull request #69 from wido/syntax-error
Fix syntax error in mysql.remove_test_database
2015-04-20 15:07:55 +02:00
Wido den Hollander
10c8ed9fed Fix syntax error in mysql.remove_test_database 2015-04-20 13:31:27 +02:00
Nitin Madhok
771e7ba7a6 Merge pull request #68 from tapetersen/master
Add possibility of using another host (for db and user management)
2015-04-17 09:45:47 -04:00
Tobias Alex-Petersen
462c2f4034 Add possibility of using another host (for db and user management) 2015-04-15 19:40:39 +02:00
Nitin Madhok
1c9eb56949 Update LICENSING year 2015-03-20 20:05:42 -04:00
Nitin Madhok
ea83e7a2bc Merge pull request #65 from tony/import_users_formatting
import_users.py tweaks
2015-03-20 07:37:53 -04:00
Tony Narlock
a58db1fa4a import_users: PEP8, allow optional password via -p flag. Fix an issue
with trailing semicolon. Give more helpful warning if mysql-python
package is missing.
2015-03-19 14:34:27 -07:00
Nitin Madhok
bc2d65bd74 Merge pull request #64 from xclusv/feature-schema-templates
Added ability for SQL Schemas to be templates
2015-03-18 16:40:58 -04:00
Ross Perkins
55728f028b Added pillar.example of templated schema file 2015-03-18 12:45:24 -07:00
Ross Perkins
1d3e2bb9ee Added ability for SQL Schema sources to be templates 2015-03-18 12:43:27 -07:00
Nitin Madhok
5d74223c22 Merge pull request #63 from saltstack-formulas/nmadhok-patch-1
Update README.rst
2015-03-09 18:12:53 -04:00
Nitin Madhok
dab977e734 Update README.rst 2015-03-09 18:12:32 -04:00
Nitin Madhok
d058e0ddbc Merge pull request #51 from alexhayes/feature/mysql-dev
MySQL development libraries and header files state.
2015-03-09 18:11:21 -04:00
Alex Hayes
e3adb37df1 Ensured newline at end of pillar.example as per request of upstream. 2015-03-10 07:40:19 +11: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
Nitin Madhok
c28706bb0a Merge pull request #61 from vschum/document-disabled-state
Add mysql.disabled to README.rst
2015-03-03 11:33:38 -07:00
Vincent Schumaker
9a564ddcb0 Add mysql.disabled to README.rst 2015-03-03 10:49:49 -05:00
Nitin Madhok
6a0d3656d3 Merge pull request #60 from neuhalje/master
Add Fedora 21 and a mysql.disabled state
2015-03-01 15:21:21 -07:00
Nitin Madhok
8503293788 Merge pull request #59 from babilen/dev-sorted-config
Sort options in my.cnf
2015-02-17 05:11:18 -05: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
Nitin Madhok
c8720ab623 Merge pull request #58 from tiger-seo/master
fixes #56: pillar lookup.server value is ignored
2015-02-06 01:24:11 +05:30
tiger-seo
454f09d61f fixes #56: pillar lookup.server value is ignored 2015-02-05 17:17:09 +02:00
Egor Potiomkin
c0c9dbd610 remove old unused files 2015-02-03 12:09:50 +08:00
Jens Neuhalfen
38a501fd77 Add Fedora to defaults.yaml 2015-01-26 21:28:09 +01:00
Jens Neuhalfen
0e5ce7a86d New 'mysql.disabled' state. 2015-01-26 11:07:22 +01:00
Nitin Madhok
f0b852ad12 Merge pull request #57 from h4ck3rm1k3/master
Rewrote expression
2015-01-19 01:29:42 +05:30
James Michael DuPont
f0800c32c6 Rewrote expression
Made a little simpler to understand

* scripts/parse_supported_params.py:
2015-01-18 13:36:31 -06:00
Nitin Madhok
22b53e4e44 Merge pull request #55 from vschum/multiple-hosts-per-user
Add the ability to specify user pillar data in the form of either
2014-12-17 11:08:03 -05:00
Vincent Schumaker
26e634cdb6 Add the ability to specify user pillar data in the form of either
mysql:user:host

  or

  mysql:user:hosts

If mysql:user:hosts is used, an account for each 'user'@'host' combo
will be created with the specified grants

This fixes #49
2014-12-17 10:57:39 -05:00
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
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
Nitin Madhok
991fe7cc99 Merge pull request #48 from 1exx/patch-1
Update defaults.yaml
2014-11-28 14:31:35 -05:00