Skip to content

Commit 7127ba7

Browse files
committed
kitchen config ubuntu2404
1 parent c08823a commit 7127ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kitchen.ec2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ platforms:
307307
volume_type: gp3
308308
delete_on_termination: true
309309
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
310-
- device_name: /dev/xvdb<%= c %>
311-
virtual_name: ephemeral<%= i %>
310+
- device_name: /dev/xvdb<%= c %>
311+
virtual_name: ephemeral<%= i %>
312312
<% end %>
313313
transport:
314314
username: ubuntu

0 commit comments

Comments
 (0)