# File lib/rhc-common.rb, line 1236
def default_setup_wizard
  w = RHC::Wizard.new(RHC::Config)
  return w.run if w.needs_configuration?

  false
end