/Puppet-mariadb

Primary LanguagePuppetBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

MariaDB

This is the MariaDB module for Puppet;

Currently, only Debian based systems are supported. We gladly accept Pull Requests ;)

You can use this module best by defining the following hiera values (replace 5.5 by actual desired version):

mysql_package: mariadb-server
mysql_version: 5.5

or passing parameters to the mariadb class.

Usage

node mariadb inherits default {
  class { "mariadb":
     version => '5.5'
  }
  class { "mysql": 
    root_password => 'test',
    package => 'mariadb-server',
    require => Class['mariadb']
  } 
}

This example uses mysql puppet module from example42/mysql (http://github.com/example42/puppet-mysql/).

License

This module is distributed under the Three-Clause BSD license. See also the LICENSE file included in this module.

Contact

Feedback is welcome! Feel free to contact us via GitHub.

Support

Please log tickets and issues at our Projects site.