Sha256: 235a5ff82dcee517f7621c89fb993317be7ddf0f43409ac8517dc1005fcec047

Contents?: true

Size: 204 Bytes

Versions: 21

Compression:

Stored size: 204 Bytes

Contents

# Poolparty spec

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

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.1 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.10 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.11 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.12 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.13 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.2 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.3 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.4 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.5 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.6 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.7 test/fixtures/clouds/simple_cloud.rb
auser-poolparty-1.3.8 test/fixtures/clouds/simple_cloud.rb
fairchild-poolparty-1.3.5 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.13 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.8 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.7 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.6 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.4 test/fixtures/clouds/simple_cloud.rb
poolparty-1.3.3 test/fixtures/clouds/simple_cloud.rb