Sha256: 148183406168183618eac4e7aead681d3742b1f4ad324f29184119d82782d1a2
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
module Pvcglue class Bootstrap def self.run(roles) # puts "This is where it should bootstrap #{Pvcglue.cloud.stage_name}. :)" Pvcglue::Packages.apply('bootstrap'.to_sym, :bootstrap, Pvcglue.cloud.minions_filtered(roles), 'root') end end end
Version data entries
7 entries across 7 versions & 1 rubygems