Method: KnifeCloudstack::CsServerStart#msg

Defined in:
lib/chef/knife/cs_server_start.rb

#msg(label, value) ⇒ Object



91
92
93
94
95
# File 'lib/chef/knife/cs_server_start.rb', line 91

def msg(label, value)
  if value && !value.empty?
    puts "#{ui.color(label, :cyan)}: #{value}"
  end
end