Skip to content

Instantly share code, notes, and snippets.

@pingali
Created May 8, 2009 23:22
Show Gist options
  • Save pingali/109054 to your computer and use it in GitHub Desktop.
Save pingali/109054 to your computer and use it in GitHub Desktop.
{
"mysql": {
"databases": [ "hello", "dillo" ],
"harden": true,
"db_users": [
{
"db_user" : "hello",
"db_user_type" : "default",
"db_name" : "hello",
"db_password" : "trialsss",
"db_permissions" : "GSKKEHEN"
}
]
},
"recipes": ["mysql-ec2::server"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment