Sha256: d1efae5161c10035a0253c4cccc73757275506d14fd1b43b3cfd09ed1155cf2d

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

require 'integration_helper'

class Centos7Test < IntegrationTest
  # disable_firewall

  def flavor_id
    "m3.medium"
  end

  def user
    "centos"
  end

  def image_id
    "ami-6d1c2007"
  end

  include EmptyCook
  include Apache2Cook
  include EncryptedDataBag
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
knife-solo-0.7.0 test/integration/centos7_test.rb
knife-solo-0.7.0.pre3 test/integration/centos7_test.rb
knife-solo-0.7.0.pre2 test/integration/centos7_test.rb
knife-solo-0.7.0.pre test/integration/centos7_test.rb
knife-solo-0.6.0 test/integration/centos7_test.rb