Sha256: 454587025d60787e3d292f3e8e9b7d4535af3b9879ed6a555078ad13b44c18a0

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

require 'integration_helper'

class Centos6_3Test < IntegrationTest
  def user
    "root"
  end

  def image_id
    "ami-86e15bef"
  end

  def prepare_server
    disable_firewall
    super
  end

  def disable_firewall
    system "ssh #{connection_string} service iptables stop >> #{log_file}"
  end

  include EmptyCook
  include Apache2Cook
  include EncryptedDataBag
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
knife-solo-0.4.3 test/integration/centos6_3_test.rb
knife-solo-0.4.2 test/integration/centos6_3_test.rb
knife-solo-0.4.1 test/integration/centos6_3_test.rb
knife-solo-0.4.0 test/integration/centos6_3_test.rb
knife-solo-0.3.0 test/integration/centos6_3_test.rb
knife-solo-0.3.0.pre5 test/integration/centos6_3_test.rb
knife-solo-0.3.0.pre4 test/integration/centos6_3_test.rb