Sha256: 9ed0882cc897aa40c21e8ce9136e25411fa7109ea0f111c72a7591f4faa53d74

Contents?: true

Size: 213 Bytes

Versions: 5

Compression:

Stored size: 213 Bytes

Contents

# Poolparty spec

pool :poolparty do
  
  instances 1
    
  cloud :simple_cloud do
    os :centos
    keypair File.dirname(__FILE__)+"/../keys/test_key"
    has_file "/etc/motd", :content => "Simple"
  end
  
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
auser-poolparty-1.3.14 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.15 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.16 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.15 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.14 test/fixtures/clouds/simple_cloud.rb