Sha256: 4119d38bc8b4e7285d95f536e2e111d88d3cba8e56c20c6e58c5c8306391419d

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

require 'integration_helper'

class Ubuntu12_04Test < IntegrationTest
  def user
    "ubuntu"
  end

  def image_id
    "ami-9a873ff3"
  end

  include EmptyCook
  include Apache2Cook
  include EncryptedDataBag
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knife-solo-0.2.0 test/integration/ubuntu12_04_test.rb
knife-solo-0.2.0.pre1 test/integration/ubuntu12_04_test.rb
knife-solo-0.1.0 test/integration/ubuntu12_04_test.rb
knife-solo-0.1.0.pre1 test/integration/ubuntu12_04_test.rb