Chad Heuschober
b75efe4d73
Fixes missing paren
2014-07-01 15:28:43 -04:00
Chad Heuschober
9c4512c32f
Typo in mysql.
2014-07-01 15:26:49 -04:00
Chad Heuschober
b53d61adfc
Adds meta state and also deals with the default password security issue.
2014-07-01 15:18:54 -04:00
Joseph Hall
e9534ffe4a
Merge pull request #20 from natehouk/master
...
Fix typo
2014-06-19 14:52:39 -06:00
Nate Houk
3a6b8bd067
Fix typo
2014-06-19 22:48:59 +02:00
Forrest
a1d6ac2825
Merge pull request #13 from saltstack-formulas/remove-selinux-prereq
...
Removed disabling SELinux prereq; no longer needed
2014-05-28 22:16:36 -07:00
Joseph Hall
67f95bbca9
Merge pull request #17 from Drachemann/master
...
Add name declaration to database creation in database.sls
2014-05-27 05:43:01 -06:00
Matt Herrmann
6bfa8c7c2b
Add name declaration to database creation in database.sls
2014-05-27 16:05:32 +10:00
Forrest
75febc033c
Merge pull request #15 from spsoit/master
...
Fixed state names without proper namespacing
2014-05-21 09:53:28 -07:00
Chad Heuschober
adacdb49e4
Fixed state names without proper namespacing that could lead to potential conflicts.
2014-05-21 12:06:17 -04:00
Seth House
608e090370
Merge pull request #14 from ninjix/master
...
Added support for MySQL hashed user password.
2014-05-15 15:49:23 -06:00
Clayton Kramer
13f6ff1c6a
Moved the python-mysql package out of the server installed and added it as a SLS include for the database and user SLS that depend on it.
2014-05-15 17:15:09 -04:00
Clayton Kramer
ad61aef9e5
Typo fix.
2014-05-15 17:08:31 -04:00
Clayton Kramer
f85717247d
Merge remote-tracking branch 'upstream/master'
2014-05-15 16:57:15 -04:00
Clayton Kramer
d81c6341e9
Added support for MySQL hashed user password. Also added some improved YAML quoting around passwords.
2014-05-15 16:40:02 -04:00
Seth House
7960e8d1f2
Removed disabling SELinux prereq; no longer needed
...
This SELinux problem was caused by the yumpkg.py module that used the
yum Python interface for CentOS 6 machines. That was removed in favor of
the yumpkg.py that shells out to yum which does not have this problem.
This workaround can be removed.
2014-05-14 09:56:16 -06:00
Seth House
d9b3acad1f
Merge pull request #11 from opennode-salt-formulas/centos-my.cnf
...
Add managed my.cnf for CentOS
2014-05-14 09:22:07 -06:00
Seth House
b6806ff104
Merge pull request #12 from opennode-salt-formulas/centos-rootpass
...
Set MySQL root password for CentOS and remove anonymous user
2014-05-14 09:21:21 -06:00
Ihor Kaharlichenko
cf88ec57c0
Set MySQL root password for CentOS
2014-05-14 15:39:32 +04:00
Ihor Kaharlichenko
04e3aa25f3
Add managed my.cnf for CentOS
2014-05-14 11:44:00 +04:00
Seth House
04e5b130e8
Merge pull request #10 from ninjix/master
...
Assign MySQL Root Password during Debian/Ubuntu installation
2014-05-13 10:57:12 -06:00
Clayton Kramer
c5bbc00620
Added new database and user SLS files that were left out of previous commits.
2014-05-12 12:35:06 -04:00
Clayton Kramer
b2019c6e2b
Fixed typo in README
2014-05-12 12:29:30 -04:00
Clayton Kramer
35be06db0c
Create and manage MySQL database users with definable GRANT privileges.
2014-05-12 12:24:16 -04:00
Clayton Kramer
88f80b06a6
Create and manage MySQL databases on the server
2014-05-12 11:47:51 -04:00
Clayton Kramer
101f7ffb59
Updated pillar example and README for new debconf mysql root password feature
2014-05-12 11:10:51 -04:00
Clayton Kramer
02081cccce
Added feature for setting up MySQL root password via the Salt debconf state instead of through the pkg state.
2014-05-12 11:04:24 -04:00
Joseph Hall
67c33d921c
Merge pull request #9 from slawekp/master
...
Fixed broken link to formulas conventions
2014-05-06 06:42:37 -06:00
slawekp
8b5b908825
Fixed broken link
2014-05-06 10:25:03 +02:00
Joseph Hall
428586b960
Merge pull request #7 from gravyboat/master
...
Updated readme for formatting standards.
2014-02-09 06:05:07 -07:00
Forrest Alvarez
b13266a88a
Updated readme for formatting standards.
2014-02-09 05:59:02 +00:00
Joseph Hall
243360f0b4
Merge pull request #6 from madflojo/master
...
Adding debconf
2014-01-30 04:07:57 -08:00
madflojo
af0ce12ceb
jinja errors
...
The {%- caused a spacing error between debconf and service.
2014-01-29 21:56:37 -07:00
madflojo
4645025037
debconf for mysql
...
Adding a sample debconf mysql file and debconf statement in the state
file.
2014-01-29 21:43:45 -07:00
Forrest
a377b2c479
Merge pull request #5 from cedwards/master
...
Initial FreeBSD support
2014-01-29 20:25:40 -08:00
Christer Edwards
21247d386f
removed user/group/mode for FreeBSD
2014-01-29 21:23:59 -07:00
Christer Edwards
4b091efbee
fixed dashes to underscore in Gentoo and FreeBSD
2014-01-29 21:22:14 -07:00
Christer Edwards
da48763d29
changed - to _ in mysql.mysql-size
2014-01-29 21:19:28 -07:00
Christer Edwards
48c69a2657
accidentally a whole },
2014-01-29 21:14:42 -07:00
Christer Edwards
41bd1ea44a
s/mysql-size/mysql_size/
2014-01-29 21:13:17 -07:00
Christer Edwards
cc7774ac8a
Initial FreeBSD support
2014-01-29 21:09:15 -07:00
Seth House
8fcca674bc
Add prereq & wait to disable/reenable SELinux during package install
2013-11-15 12:40:20 -07:00
Seth House
9f3678bbe2
Renamed package-map.jinja to map.jinja; is used for more than package names
2013-09-03 13:34:10 -06:00
Seth House
eb1b9c3664
Revert "removed merge"
...
This reverts commit 125917b7d6
.
2013-08-27 14:30:39 -06:00
Seth House
04ad0754aa
Merge remote-tracking branch 'origin/pr/4'
2013-08-27 14:29:55 -06:00
Kenneth Wilke
ca13ef3b15
fixed pillar grabber for remaining configs
2013-08-27 14:56:35 -05:00
Kenneth Wilke
97e17bb942
fixed pillar grabber in debian config
2013-08-27 14:54:29 -05:00
Kenneth Wilke
125917b7d6
removed merge
2013-08-27 12:08:03 -05:00
Seth House
6c12c096df
Changed MySQL Python adapter state ID dec to less platform-specific
2013-08-22 16:29:47 -06:00
Seth House
de72b5f044
Removed unused pillar-settings.jinja file
2013-08-22 16:15:31 -06:00