Sha256: c0214c08f40cec1acd9a57c12d6e7bb62abf28b5b1d475d0bcfb4d2863f2ddfa
Contents?: true
Size: 566 Bytes
Versions: 17
Compression:
Stored size: 566 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.join(File.dirname(__FILE__), "..", "lib")) require "poolparty" require "poolpartycl" o = PoolParty::Optioner.new(ARGV) do |opts, optioner| opts.on('-n name', '--name name', 'Listing for cloud name') { |c| optioner.cloudname c } end load_pool(o.spec || Binary.get_existing_spec_location) include Remote @clouds = extract_cloud_from_options o @clouds.each do |cl| with_cloud(cl, {:testing => o.testing}) do cmd = PoolParty::Remote::RemoteInstance.puppet_runner_command %x[#{cmd}] unless testing end end
Version data entries
17 entries across 17 versions & 2 rubygems