Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidwinter/puppet-mysql


https://github.com/davidwinter/puppet-mysql

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# puppet-mysql

Basic install of `mysql` but sets it to be `UTF-8` from the get-go.

## Install

With librarian-puppet, add the following to your Puppetfile:

mod 'mysql',
:git => 'git://github.com/davidwinter/puppet-mysql.git'

Then run `librarian-puppet install`.

## Usage

class { 'mysql': }

## Author

David Winter

## Licence

MIT