Skip to content

Instantly share code, notes, and snippets.

@paulmooring
Created July 8, 2014 05:21
Show Gist options
  • Save paulmooring/d5795d97e699c1f51732 to your computer and use it in GitHub Desktop.
Save paulmooring/d5795d97e699c1f51732 to your computer and use it in GitHub Desktop.
{
"name": "awstest001",
"chef_environment": "Testing",
"normal": {
"mysql": {
"version": "5.5"
},
"tags": [
]
},
"run_list": [
"recipe[yum]",
"recipe[yum-mysql-community::mysql56]",
"recipe[mysql::server]",
"recipe[mysql::client]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment