Salt formulas
  1. Salt formulas

mysql-formula

Public
AuthorCommitMessageCommit dateIssues
Mauno LempiainenMauno Lempiainen
5e3b3d10672Added somepass to database.sls and server.sls
Mauno LempiainenMauno Lempiainen
4b8308540adRemoved test.rand_str from server.sls
Mauno LempiainenMauno Lempiainen
a88be547fa2Fixed issue with test_rand
Seth HouseSeth House
79fe88b4239MMerge pull request #24 from TaiSHiNet/masterAdded support for % hosts
Juan MJuan M
bad340eb385Added support for % hosts
Seth HouseSeth House
8159d61147dMMerge pull request #22 from spsoit/masterAdds a meta-state that sets up ordered component server states
Chad HeuschoberChad Heuschober
f4736458a26Removes any helium-dependent features.
Chad HeuschoberChad Heuschober
9985435d3ceREADME update.
Chad HeuschoberChad Heuschober
f0e80c60daaRequisites for the failed test state killed additional execution
Chad HeuschoberChad Heuschober
6b05b33a8afFixes sls requisite in init
Chad HeuschoberChad Heuschober
4d47c4c588cBad quoting in server.sls
Chad HeuschoberChad Heuschober
378508f8876Removes orphan endif
Chad HeuschoberChad Heuschober
cb5133f0a34Fixes missing param in user.states
Chad HeuschoberChad Heuschober
b75efe4d730Fixes missing paren
Chad HeuschoberChad Heuschober
9c4512c32faTypo in mysql.
Chad HeuschoberChad Heuschober
b53d61adfc9Adds meta state and also deals with the default password security issue.
Joseph HallJoseph Hall
e9534ffe4adMMerge pull request #20 from natehouk/masterFix typo
Nate HoukNate Houk
3a6b8bd067eFix typo
ForrestForrest
a1d6ac28259MMerge pull request #13 from saltstack-formulas/remove-selinux-prereqRemoved disabling SELinux prereq; no longer needed
Joseph HallJoseph Hall
67f95bbca94MMerge pull request #17 from Drachemann/masterAdd name declaration to database creation in database.sls
Matt HerrmannMatt Herrmann
6bfa8c7c2b9Add name declaration to database creation in database.sls
ForrestForrest
75febc033caMMerge pull request #15 from spsoit/masterFixed state names without proper namespacing
Chad HeuschoberChad Heuschober
adacdb49e4eFixed state names without proper namespacing that could lead to potential conflicts.
Seth HouseSeth House
608e0903703MMerge pull request #14 from ninjix/masterAdded support for MySQL hashed user password.
Clayton KramerClayton Kramer
13f6ff1c6a0Moved 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.
Clayton KramerClayton Kramer
ad61aef9e5aTypo fix.
Clayton KramerClayton Kramer
f85717247d0MMerge remote-tracking branch 'upstream/master'
Clayton KramerClayton Kramer
d81c6341e9aAdded support for MySQL hashed user password.Also added some improved YAML quoting around passwords.
Seth HouseSeth House
7960e8d1f28Removed disabling SELinux prereq; no longer neededThis 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.
Seth HouseSeth House
d9b3acad1f8MMerge pull request #11 from opennode-salt-formulas/centos-my.cnfAdd managed my.cnf for CentOS
Seth HouseSeth House
b6806ff1041MMerge pull request #12 from opennode-salt-formulas/centos-rootpassSet MySQL root password for CentOS and remove anonymous user
Ihor KaharlichenkoIhor Kaharlichenko
cf88ec57c0bSet MySQL root password for CentOS
Ihor KaharlichenkoIhor Kaharlichenko
04e3aa25f33Add managed my.cnf for CentOS
Seth HouseSeth House
04e5b130e80MMerge pull request #10 from ninjix/masterAssign MySQL Root Password during Debian/Ubuntu installation
Clayton KramerClayton Kramer
c5bbc006205Added new database and user SLS files that were left out of previous commits.
Clayton KramerClayton Kramer
b2019c6e2baFixed typo in README
Clayton KramerClayton Kramer
35be06db0c6Create and manage MySQL database users with definable GRANT privileges.
Clayton KramerClayton Kramer
88f80b06a64Create and manage MySQL databases on the server
Clayton KramerClayton Kramer
101f7ffb59cUpdated pillar example and README for new debconf mysql root password feature
Clayton KramerClayton Kramer
02081cccce7Added feature for setting up MySQL root password via the Salt debconf state instead of through the pkg state.
Joseph HallJoseph Hall
67c33d921c8MMerge pull request #9 from slawekp/masterFixed broken link to formulas conventions
slawekpslawekp
8b5b908825eFixed broken link
Joseph HallJoseph Hall
428586b9601MMerge pull request #7 from gravyboat/masterUpdated readme for formatting standards.
Forrest AlvarezForrest Alvarez
b13266a88a6Updated readme for formatting standards.
Joseph HallJoseph Hall
243360f0b43MMerge pull request #6 from madflojo/masterAdding debconf
madflojomadflojo
af0ce12ceb7jinja errorsThe {%- caused a spacing error between debconf and service.
madflojomadflojo
46450250377debconf for mysqlAdding a sample debconf mysql file and debconf statement in the state file.
ForrestForrest
a377b2c479dMMerge pull request #5 from cedwards/masterInitial FreeBSD support
Christer EdwardsChrister Edwards
21247d386f7removed user/group/mode for FreeBSD
Christer EdwardsChrister Edwards
4b091efbee4fixed dashes to underscore in Gentoo and FreeBSD