Skip to content

DropPod/mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The mysql Type

This module provides a basic type for managing the installation and setup of MySQL.

Example

mysql::user { "myapp": password => passwordgen('myapp') }
mysql::database { "myapp-dev": user => 'myapp' }

Caveats

This type is currently incredibly primitive.

About

A basic type for managing MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages