Skip to content

Commit 58718f5

Browse files
committed
Merge pull request #92 from test-kitchen/tball/first-time-user
Updating documentation so first-time users have an easier time
2 parents 9b9aa1a + 2bb3b85 commit 58718f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ or `nil` otherwise.
120120

121121
### <a name="config-ebs_device_name"></a> ebs\_device\_name
122122

123-
**Required** name of your ebs device, for example: `/dev/sda`
123+
**Required** name of your ebs device, for example: `/dev/sda1`
124124

125125
### endpoint
126126

@@ -260,8 +260,9 @@ driver:
260260
ssh_timeout: 10
261261
ssh_retries: 5
262262
ebs_volume_size: 6,
263-
ebs_delete_on_termination: 'true'
264-
ebs_device_name: '/dev/sda'
263+
ebs_delete_on_termination: true
264+
ebs_device_name: '/dev/sda1'
265+
flavor_id: t2.micro
265266

266267
platforms:
267268
- name: ubuntu-12.04

0 commit comments

Comments
 (0)