# File lib/simp/cli/config/items/action/check_server_yum_config_action.rb, line 70
    def apply_summary
      if @applied_status == :failed
      %Q{Your SIMP server's YUM configuration may be incomplete.  Verify you have set up
\tOS updates, SIMP and SIMP dependencies repositories before running
\t'simp bootstrap'.}
      else
        "Checking of SIMP server's YUM configuration #{@applied_status}"
      end
    end