# File lib/simp/cli/config/items/data/cli_use_internet_simp_yum_repos.rb, line 8
    def initialize
      super
      @key         = 'cli::use_internet_simp_yum_repos'
      @description = %q{Whether to configure SIMP nodes to use internet SIMP and
SIMP dependency YUM repositories.

When this option is enabled, Puppet-managed, YUM repository
configurations will be created for both the SIMP server and
SIMP clients. These configurations will point to official
SIMP repositories.}

      @data_type  = :cli_params
    end