summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Adding mysql_grade server parameter to decide what mysql packages to installHEADmasterChris Alfonso2008-07-241-0/+216
|
* Added intranet datasourceMatthew Hicks2008-06-061-0/+3
| | | | Adding syslog support
* Fixing dependency issues related to Mysql replicationDon Brewer2008-05-153-8/+96
|
* added server_id and master_ip factorsDon Brewer2008-04-152-5/+5
|
* Adding support for standalone, master and slave mysql instancesDon Brewer2008-04-152-0/+220
* 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.