Skip to content

Instantly share code, notes, and snippets.

@mleklund
Last active August 29, 2015 14:03
Show Gist options
  • Save mleklund/6ee9a412d5c2ff11e256 to your computer and use it in GitHub Desktop.
Save mleklund/6ee9a412d5c2ff11e256 to your computer and use it in GitHub Desktop.
define mysql::db (
$user,
$password,
$dbname = $name,
$charset = 'utf8',
$collate = $mysql::params::collate,
$host = 'localhost',
$grant = 'ALL',
$sql = '',
$enforce_sql = false,
$ensure = 'present'
) inherits mysql::params{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment