Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.
/ puppet-mysql-old Public archive

Manage mysql databases, users and grants as native resources in puppet

Notifications You must be signed in to change notification settings

DavidS/puppet-mysql-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primitive native types to manage MySQL databases, users and grants.

Debian systems need to put this in their site.pp:

    # mysql defaults
    Mysql_database { defaults => "/etc/mysql/debian.cnf" }
    Mysql_user { defaults => "/etc/mysql/debian.cnf" }
    Mysql_grant { defaults => "/etc/mysql/debian.cnf" }

About

Manage mysql databases, users and grants as native resources in puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published