Skip to content

Commit

Permalink
Add recipe tester
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Aug 20, 2013
1 parent 76625bd commit d5b6a53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .recipe-tester.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "chef-solo",
"chef_version": "11.4.4",
"ami": [
"ami-e7582d8e" // Ubuntu 12.04
//"ami-1d620e74" // Debian 7.0.0 - Commenting out for now due to http://tickets.opscode.com/browse/CHEF-4125
],
"run_list": [
"recipe[riak]"
],
"node_attributes": {
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Riak Cookbook
=============
[![Build Status](https://recipe-tester.com/repo/basho/riak-chef-cookbook/badge.png)](https://recipe-tester.com/repo/basho/riak-chef-cookbook/)
[![Build Status](https://travis-ci.org/basho/riak-chef-cookbook.png)](https://travis-ci.org/basho/riak-chef-cookbook)

Overview
Expand Down

0 comments on commit d5b6a53

Please sign in to comment.