summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding mysql_grade server parameter to decide what mysql packages to installHEADmasterChris Alfonso2008-07-242-6/+243
|
* Removing intranet custom datasource definitionChris Alfonso2008-06-082-81/+0
|
* Added requirement for replication userDon Brewer2008-06-061-1/+1
|
* added dropping of blank users from user tableDon Brewer2008-06-061-0/+12
|
* Added intranet datasourceMatthew Hicks2008-06-063-5/+89
| | | | Adding syslog support
* Adding the mysql user and group to avoid race condition on initial system buildMatthew Hicks2008-05-151-0/+10
|
* Removing the mysql pluginMatthew Hicks2008-05-1530-599/+0
|
* Fixing dependency issues related to Mysql replicationDon Brewer2008-05-154-149/+266
|
* Fixed the mysql grant unless clause, there was a syntax error in the mysql ↵Don Brewer2008-04-241-2/+2
| | | | statement
* Fixing grant exec name uniquenesscalfonso2008-04-161-1/+1
|
* Fixing the datasource user priviligescalfonso2008-04-161-1/+6
|
* added clause to remove set_master script if slave not startedDon Brewer2008-04-151-0/+6
|
* changed unless clause in set master data for slaveDon Brewer2008-04-151-1/+1
|
* Changed mysql machines to m2m,m2sDon Brewer2008-04-151-8/+10
|
* added new machine type master-to-masterDon Brewer2008-04-151-50/+36
|
* added restart of mysql servicesDon Brewer2008-04-151-0/+6
|
* added server_id and master_ip factorsDon Brewer2008-04-153-10/+29
|
* Adding support for standalone, master and slave mysql instancesDon Brewer2008-04-155-6/+400
| | | | | | | | | | | | | | | * Adding config file for UTF8 encoding * A fact called 'mysql_type' needs to be laid down on all mysql nodes. This should just be 'standalone' for now. * This module now requires the passwords module * Added ip variable to slave for master 2 * include passwords class and passwords.pp Brenton: * turned off resource collectiong since it broke us needlessly. * Added a definition for creating datasources. User's of this definition should not have to worry about what type of mysql (master,slave,etc) is running.
* Using the community RPMsBrenton Leanhardt2008-04-031-1/+7
| | | | | Don wants the community 5.1 RPMs for master/slave and multi-master related fixes.
* Adding mysql_schema typeBrenton Leanhardt2008-04-032-0/+54
| | | | Added definition wrap the creation of the various mysql types
* Removing the munin monitoring (prod ops has their own version) Added the ↵Matthew Hicks2008-03-281-4/+0
| | | | datasource creation definition
* The parameter is 'db' not 'database'Brenton Leanhardt2008-03-281-1/+1
|
* catchup commitDavid Schmitt2008-01-281-0/+2
|
* Merge branch 'master' of git://git.black.co.at/manifestsroot2007-10-181-0/+1
|\
| * hosting: enable automatic assignment of mysql databaseroot2007-10-181-0/+1
| |
* | mysql: implement privilege=>all and fix testsroot2007-10-1811-30/+74
|/
* mysql: flush privileges, autorequire, minor adjustmentsroot2007-10-183-2/+30
| | | | | | | | | This commit executes a mysqladmin flush-privileges after every modification of users or grants, thereby enabling mysql to actually look at the changes too. grants now autorequire the appropriate db and user adjustet my site.pp for new types
* mysql: prefetching, tests, order independent privilegesroot2007-10-1823-45/+290
| | | | | | | | | | | This commit implements prefetching for the mysql_database and the mysql_user types. This enables them to e.g. set the password_hash right when creating the user. There is now a directory with tests. Privileges are now order independent and do not cause spurious notices anymore.
* mysql: add final piece, mysql_grant; add testing statements to site.pproot2007-10-132-0/+146
|
* mysql: minor fix to no hash again the pw_hashroot2007-10-131-1/+1
|
* mysql: manage password of a userroot2007-10-113-2/+19
|
* mysql: implement native types and test themroot2007-10-105-0/+67
|
* mysql: use hasstatus instead of patternroot2007-10-101-1/+1
|
* mysql: create new skeleton moduleroot2007-10-101-0/+21