Skip to content

Commit 4686609

Browse files
Updating README.md
1 parent 5bde1ef commit 4686609

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ Customize the attributes to set ruby version requirements of AWS aws-codedeploy-
3030
<th>Default</th>
3131
</tr>
3232
<tr>
33-
<td><tt>node['aws-codedeploy-agent']['ruby-version']</tt></td>
33+
<td><tt>node['aws-codedeploy-agent']['rbenv_ruby-version']</tt></td>
3434
<td>string</td>
3535
<td>Set the default ruby version of code deploy</td>
36-
<td><tt>2.0.0-p645</tt></td>
36+
<td><tt>2.1.5</tt></td>
3737
</tr>
3838
</table>
3939

40+
4041
Usage
4142
-----
4243
#### aws-codedeploy-agent::default
@@ -59,9 +60,11 @@ Default .kitchen.yml test the cookbook in docker containers.
5960
To test the cookbook on AWS instances use:
6061
```bash
6162
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen list
63+
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1604-aws
6264
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1404-aws
6365
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1204-aws
6466
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-debian-8-aws
67+
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-centos-7-aws
6568
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-amazon-linux
6669
```
6770

0 commit comments

Comments
 (0)