# File lib/simp/cli/config/items/data/cli_has_local_yum_repos.rb, line 8 def initialize super @key = 'cli::has_local_yum_repos' @description = %q{Whether the server has local system (OS) and SIMP YUM repos. When SIMP is installed from and ISO, the system contains a /etc/yum.repos.d/simp_filesystem.repo file that has YUM configuration for local, OS and SIMP YUM repos.} @data_type = :internal # don't persist this as it needs to be # evaluated each time simp config is run @local_repo = '/etc/yum.repos.d/simp_filesystem.repo' end