Forge Home

msql

Module for installing and configuring MYsql on different OS.

4,122 downloads

3,537 latest version

2.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
  • 0.1.0
released Jul 18th 2019
This version is compatible with:
  • , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'shobhitgoel-msql', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add shobhitgoel-msql
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install shobhitgoel-msql --version 0.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

shobhitgoel/msql — version 0.2.0 Jul 18th 2019

msql

Table of Contents

  1. Description
  2. Setup - The basics of getting started with msql
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

The mysql module installs, configures, and manages the MySQL service.

This module manages both the installation and configuration of MySQL, as well as extending Puppet to allow management of MySQL resources, such as databases, users, and grants.

Setup

You simply need to include the main class in your respective site.pp and everything will be done by this module on its own.

Beginning with msql

Mysql is basicaly a relational database system used to store all your data in the form of tables (rows and columns).

Usage

You only need to include class mysqlserver in your site.pp .

Limitations

This module does not cover all the things but still will be a good start for beginner.

Development

For any modification you want me to add in this module you can simply let me know. Email-ID: shobhitgoel95@gmail.com Please make sure that subject for the email should start from this: Query on your puppet forge module:

Link for GitHub account is : https://github.com/ShobhitGoel95/PuppetForgeModules You can comment there as well.