File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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+
4041Usage
4142-----
4243#### aws-codedeploy-agent::default
@@ -59,9 +60,11 @@ Default .kitchen.yml test the cookbook in docker containers.
5960To test the cookbook on AWS instances use:
6061``` bash
6162KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen list
63+ KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1604-aws
6264KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1404-aws
6365KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1204-aws
6466KITCHEN_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
6568KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-amazon-linux
6669```
6770
You can’t perform that action at this time.
0 commit comments