Sha256: 04a293b8cbbce8a41f57f0ec2889a62c756b710e27cc178835d0dd35a2920802
Contents?: true
Size: 285 Bytes
Versions: 57
Compression:
Stored size: 285 Bytes
Contents
Standup.script :node do self.description = 'Terminate nodes' def run return unless instance if bright_ask("Do you really want to terminate node #{node.name}? [yes/NO]").strip.downcase == 'yes' instance.terminate else bright_p "aborted" end end end
Version data entries
57 entries across 57 versions & 1 rubygems