module-puppetlabs-mysql/manifests/server
Julien Pivotto c2b0b4cb2c Split package installation and database install
The current install pattern used by this module is the following:
1. Install package
2. Install the DB
3. Make the config files

In some cases this prevents MySQL to start, because some variables in
the config file have an impact on the DB installation.

Example with a custom innodb_data_file_path:
[ERROR] InnoDB: space header page consists of zero bytes in data file
/var/lib/mysql/ibdata

This commit changes the order to do:
1. Install package
2. Make the config files
3. Install the DB
2015-04-23 13:17:08 +02:00
..
account_security.pp references to README.md and default values were added to workaround warnings from puppet-lint 2015-04-15 21:25:37 +00:00
backup.pp Fix lint issues due to merging of PR #649 2015-02-19 10:55:24 -08:00
config.pp Whitespace fix 2015-03-02 11:27:56 -08:00
install.pp Split package installation and database install 2015-04-23 13:17:08 +02:00
installdb.pp Split package installation and database install 2015-04-23 13:17:08 +02:00
monitor.pp references to README.md and default values were added to workaround warnings from puppet-lint 2015-04-15 21:25:37 +00:00
mysqltuner.pp Remove mysqltuner, fetch with staging instead 2014-12-16 10:52:39 -08:00
providers.pp Comment mysql::server::providers and update README.md 2013-11-11 09:57:31 -05:00
root_password.pp fix bug in GH-578 2015-02-16 17:01:18 +01:00
service.pp MODULES-1928 - allow log-error to be undef 2015-04-13 17:05:22 -07:00