Sha256: b5bac2d14ecd4fe1a4bf847c3020e31f5c83b1b2ebc7d7cc59e4dfca31f58f70

Contents?: true

Size: 211 Bytes

Versions: 9

Compression:

Stored size: 211 Bytes

Contents

require 'integration_helper'

class Centos5_8Test < IntegrationTest
  def user
    "root"
  end

  def image_id
    "ami-100e8a79"
  end

  include EmptyCook
  include Apache2Cook
  include EncryptedDataBag
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
knife-solo-0.4.3 test/integration/centos5_8_test.rb
knife-solo-0.5.1 test/integration/centos5_8_test.rb
knife-solo-0.5.0 test/integration/centos5_8_test.rb
knife-solo-0.4.2 test/integration/centos5_8_test.rb
knife-solo-0.4.1 test/integration/centos5_8_test.rb
knife-solo-0.4.0 test/integration/centos5_8_test.rb
knife-solo-0.3.0 test/integration/centos5_8_test.rb
knife-solo-0.3.0.pre5 test/integration/centos5_8_test.rb
knife-solo-0.3.0.pre4 test/integration/centos5_8_test.rb