Created
July 8, 2014 05:21
-
-
Save paulmooring/d5795d97e699c1f51732 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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