Skip to content

Instantly share code, notes, and snippets.

@d-sea
Last active January 2, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-sea/8328241 to your computer and use it in GitHub Desktop.
Save d-sea/8328241 to your computer and use it in GitHub Desktop.
[SmartWP](http://www.shakesoul.net/smartwp) - Chef node file
{
"userinfo" : {
"username" : [your username],
"accessley_id" : [your accesskey_id],
"secret-accesskey_id" : [your secret-accesskey_id]
},
"s3fs" : {
"version" : "1.74"
},
"run_list":[
"yum::epel",
"recipe[swp_setup]",
"recipe[swp_scale-org]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment