def initialize
super
@key = 'yum::repositories::remote::check'
@description = 'Check remote YUM configuration'
@warning_file = Simp::Cli::BOOTSTRAP_START_LOCK_FILE
@warning_message_brief = 'Locking bootstrap due to possibly incomplete YUM config'
@warning_message = "When 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'repoquery -i kernel' returns the correct OS repository and\n'repoquery -i simp' returns the correct SIMP repository, you can \nremove this file.\n"
end