Sha256: 17f9b7344c377a5ca156049b9783b5f339d8181a495b36e5feb03ad08fc4a1d2

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

require 'integration_helper'

class AmazonLinux2016_03BootstrapTest < IntegrationTest
  def user
    "ec2-user"
  end

  def image_id
    "ami-4f111125"
  end

  def prepare_server
    # Do nothing as `solo bootstrap` will do everything
  end

  include Apache2Bootstrap
end

Version data entries

5 entries across 5 versions & 1 rubygems

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