# File lib/rhc-common.rb, line 378
def get_var(var)
  @local_config.get_value(var) ? @local_config.get_value(var) : @global_config.get_value(var)
end