Sha256: cd867d330a1867f4c6f337db480eec5fb454bfbc396dd403fc56fdda143b44e1

Contents?: true

Size: 211 Bytes

Versions: 6

Compression:

Stored size: 211 Bytes

Contents

require 'integration_helper'

class Centos5_6Test < IntegrationTest
  def user
    "root"
  end

  def image_id
    "ami-3fe42456"
  end

  include EmptyCook
  include Apache2Cook
  include EncryptedDataBag
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
knife-solo-0.3.0.pre3 test/integration/centos5_6_test.rb
knife-solo-0.3.0.pre2 test/integration/centos5_6_test.rb
knife-solo-0.3.0.pre1 test/integration/centos5_6_test.rb
knife-solo-0.2.0 test/integration/centos5_6_test.rb
knife-solo-0.2.0.pre1 test/integration/centos5_6_test.rb
knife-solo-0.1.0 test/integration/centos5_6_test.rb