lib/kitchen/driver/aws/standard_platform/debian.rb in kitchen-ec2-3.5.0 vs lib/kitchen/driver/aws/standard_platform/debian.rb in kitchen-ec2-3.6.0

- old
+ new

@@ -24,17 +24,20 @@ StandardPlatform.platforms["debian"] = self # 10/11 are listed last since we default to the first item in the hash # and 10/11 are not released yet. When they're released move them up DEBIAN_CODENAMES = { + 10 => "buster", 9 => "stretch", 8 => "jessie", 7 => "wheezy", 6 => "squeeze", 11 => "bullseye", - 10 => "buster", + 12 => "bookworm", }.freeze + # default username for this platform's ami + # @return [String] def username "admin" end def codename