Commit graph

598 commits

Author SHA1 Message Date
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
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