# File lib/simp/cli/config/items/action/check_server_yum_config_action.rb, line 12
    def initialize
      super
      @key             = 'yum::repositories::server::config::check'
      @description     = 'Check YUM configuration for SIMP server'
      @warning_file    = Simp::Cli::BOOTSTRAP_START_LOCK_FILE
      @warning_message_brief = 'Locking bootstrap due to possibly incomplete YUM config'
      @warning_message = "\#{'#'*72}\nWhen the SIMP server is installed from ISO, it is configured via\n/etc/yum.repos.d/simp_filesystem.repo and simp::yum class parameters\nto use local system (OS) and local SIMP repositories in /var/www/yum.\nSince /etc/yum.repos.d/simp_filesystem.repo does not exist on this\nsystem, you must manually set up your system and SIMP repositories and\nthen set SIMP server configuration appropriately.  This must be done\nprior to 'simp bootstrap', or the boostrap will fail.\n\nOnce you have successfully configured YUM and verified that\n  1. 'repoquery -i kernel' returns the correct OS repository\n  2. 'repoquery -i simp' returns the correct SIMP repository\n  3. 'repoquery -i puppet-agent' returns the correct SIMP\n     dependencies repository\n  4. Any other issues identified in this file are addressed,\nyou can remove this file and continue with 'simp bootstrap'.\n"
   end