Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/puppet-mysql
https://github.com/davidwinter/puppet-mysql
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/puppet-mysql
- Owner: davidwinter
- Created: 2013-03-21T12:46:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T11:32:44.000Z (over 11 years ago)
- Last Synced: 2024-05-01T13:39:27.003Z (7 months ago)
- Language: Puppet
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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