# File lib/simp/cli/config/items/action/warn_client_yum_config_action.rb, line 8
    def initialize
      super
      @key             = 'yum::repositories::client::config::check'
      @description     = 'Check YUM configuration for SIMP clients'
      @warning_message = "Unable to verify YUM configuration for SIMP clients.  Please\nmanually verify prior to kickstarting SIMP clients. \n\nSee https://docs.puppet.com/puppet/latest/types/yumrepo.html for\na description of the Puppet native type for YUM repositories.\n"

      @warning_message_brief = 'Your SIMP client YUM configuration requires manual verification'
   end