lib/kitchen/driver/aws/standard_platform/ubuntu.rb in kitchen-ec2-3.5.0 vs lib/kitchen/driver/aws/standard_platform/ubuntu.rb in kitchen-ec2-3.6.0
- old
+ new
@@ -21,9 +21,11 @@
class StandardPlatform
# https://help.ubuntu.com/community/EC2StartersGuide#Official_Ubuntu_Cloud_Guest_Amazon_Machine_Images_.28AMIs.29
class Ubuntu < StandardPlatform
StandardPlatform.platforms["ubuntu"] = self
+ # default username for this platform's ami
+ # @return [String]
def username
"ubuntu"
end
def image_search