def vagrant_installed?
      begin
        vagrant = Cheetah.run "rpm", "-q", "vagrant", stdout: :capture
      rescue
        return false