Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.42 KB

#puppet-mariadbrepo

Build Status Puppet Forge Version Puppet Forge Downloads License

##Overview

A puppet module that configure the MariaDB repository on a Linux system.

##Module Description

Based on your system specifications, this module will install a the repository to install MariaDB.

##Usage

As it simplest, simply include the mariadbrepo class

include mariadbrepo

If one wants a specific version of MariaDB simply specify it (default is 10.0)

class {'mariadbrepo' :
  version => '5.5',
}

##Parameters

####ensure

Specify if the repository file should be present on the system. Possible values are present (default) or absent

####mirror

Specify the mirror to pull the packages from (ie. Debian based OS only)

####version

Version of MariaDB repo to install. Current Possible values are '5.5' or '10.0' (default)

##Limitations

This module works for :

  • EL5/6/7
  • Fedora 19/20/21
  • Debian 6/7
  • Ubuntu 10.04/12.04/14.04/14.10