Version information
released Feb 19th 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'bzed-maxscale', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
bzed/maxscale — version 0.0.2 Feb 19th 2015
maxscale
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with maxscale
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
MariaDB MaxScale is an open-source, database-centric proxy that works with MariaDB Enterprise, MariaDB 5.5, MariaDB 10 and Oracle MySQL®. It has a pluggable architecture designed to increase flexibility and aid customization as well as a lightweight, high-speed networking core designed to facilitate throughput.
Module Description
This module will install MaxScale. More might be implemented later, but for now setting up apt repositories and installing the package on Debian/Ubuntu are the only supported features.
FIXME
Setup
What maxscale affects
- On Debian based systems this module will add a new apt key and sources list using the puppetlabs-apt module. In case you are using a different way to manage apt please ensure that your module won't conflict with puppetlabs-apt.
Setup Requirements
For $::osfamily == 'Debian' the puppetlabs-apt module is required.
Usage
FIXME
Reference
FIXME
Limitations
So far this module only works on Debian based systems.
Development
Please fork on github and send pull requests!
Dependencies
- puppetlabs-stdlib (>= 2.2.0)
- puppetlabs-apt (>= 1.7.0)