Sha256: 0f617526f1db6d2dd9ed253f509f42edd67d33208bf2622d04eb0827bc9f79fc
Contents?: true
Size: 566 Bytes
Versions: 28
Compression:
Stored size: 566 Bytes
Contents
$:.unshift File.dirname(__FILE__)+'/../lib/' require "poolparty" pool :acres do cloud :garden do os :centos instances 1 #this should equal the number of hosts listed below keypair 'id_rsa' # this keypair must be in /root/.ssh/authorized_keys on each host has_file '/etc/motd', :content=>"Welcome to the #{self.name} cloud" has_file '/touhced' has_directory '/mnt/ebs', :owner => 'poolparty' has_exec 'touch /tmp/touched' using :ssh do hosts %w(67.23.21.192) #the hosts to use in this cloud end end end
Version data entries
28 entries across 28 versions & 3 rubygems