Sha256: 91504bc16fedd9a6ad1ce062599972b325781732898dcf719fb989c8497eebdd

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 Bytes

Contents

require 'integration_helper'

class Debian7BootstrapTest < IntegrationTest
  def user
    "admin"
  end

  def image_id
    "ami-0c8b1d65"
  end

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

  def default_apache_message
    /It works!/
  end

  include Apache2Bootstrap
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knife-solo-0.3.0.pre2 test/integration/debian7_bootstrap_test.rb
knife-solo-0.3.0.pre1 test/integration/debian7_bootstrap_test.rb
knife-solo-0.2.0 test/integration/debian7_bootstrap_test.rb
knife-solo-0.2.0.pre1 test/integration/debian7_bootstrap_test.rb