repo_mysql
Installs the Mysql Yum repository for Enterprise Linux (RHEL, CentOS) clients
Version information
released Sep 19th 2014
Start using this module
Add this module to your Puppetfile:
mod 'masonm-repo_mysql', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
masonm/repo_mysql — version 0.2.0 Sep 19th 2014
About
Installs the MySQL community server Yum repository on Redhat-based (RHEL, CentOS, Fedora) operating systems.
Usage
To use the repository for the latest release series, just include "repo_mysql":
include repo_mysql
To select a release series (e.g. "5.6"), set the "release_series" parameter:
class { "repo_mysql":
release_series => "5.6",
}
To install the MySQL server and client from this repo, use the package names mysql-community-server
and mysql-community-client
, respectively. For example:
package { 'mysql-community-server':
ensure => 'latest',
}
License
Apache Software License 2.0