Sha256: 43661e3d9431ed42ca555eb13a8fda2df4c5d9e4e8f9a293d4537ba2d077a135

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 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
  include CachePathUsage
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
knife-solo-0.3.0 test/integration/ubuntu12_04_test.rb
knife-solo-0.3.0.pre5 test/integration/ubuntu12_04_test.rb
knife-solo-0.3.0.pre4 test/integration/ubuntu12_04_test.rb
knife-solo-0.3.0.pre3 test/integration/ubuntu12_04_test.rb
knife-solo-0.3.0.pre2 test/integration/ubuntu12_04_test.rb
knife-solo-0.3.0.pre1 test/integration/ubuntu12_04_test.rb