Sha256: 2bae77f19e7aa136cae711f373294a7198f48d2c18b7658d979577d4e87d5ef4

Contents?: true

Size: 282 Bytes

Versions: 48

Compression:

Stored size: 282 Bytes

Contents

pool :tssh do
  cloud :tgarden do
    instances 2
    keypair fixtures_dir/'keys/test_key'
    using :ssh do
      user 'fairchild'  #default is root
      hosts %w(beet squash)
    end
    has_file '/etc/poolparty/welcome', :content=>"Welcome to the #{self.name} cloud" 
  end
end

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
poolparty-1.6.8 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.7 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.6 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.5 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.4 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.3 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.2 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.1 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.6.0 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.5.0 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.8 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.7 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.6 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.5 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.4 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.3 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.2 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.1 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.4.0 test/fixtures/clouds/ssh_cloud.rb
poolparty-1.3.15 test/fixtures/clouds/ssh_cloud.rb