Sha256: 06386bdf1c2a7d7d61a3ec67f15317074a0b9d96529324ef432c62f50df577cb
Contents?: true
Size: 400 Bytes
Versions: 31
Compression:
Stored size: 400 Bytes
Contents
module BeakerAnswers # In the case of upgrades, we only start with the answer for installation class Upgrade < Answers def default_upgrade_answers {:q_install => answer_for(@options, :q_install)} end def generate_answers the_answers = {} @hosts.each do |host| the_answers[host.name] = default_upgrade_answers end the_answers end end end
Version data entries
31 entries across 31 versions & 1 rubygems