Sha256: 4dbf1ef5cee4f1460ce11c30cd1f1252fb129209c0f7d9d0f20d0a0b7086acfd

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

require 'integration_helper'


class Debian6BootstrapTest < IntegrationTest
  def user
    "admin"
  end

  def image_id
    # PVM 64-bit
    # From https://wiki.debian.org/Cloud/AmazonEC2Image/Squeeze
    "ami-0740476e"
  end

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

  include Apache2Bootstrap
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knife-solo-0.4.3 test/integration/debian6_bootstrap_test.rb
knife-solo-0.4.2 test/integration/debian6_bootstrap_test.rb