# File lib/simp/cli/config/items/data/simp_yum_servers.rb, line 13
    def recommended_value
      if get_item( 'cli::has_local_yum_repos' ).value
        # Assume this is a normal ISO install for which this SIMP server
        # is both the puppet master and a YUM server.
        ["%{hiera('simp_options::puppet::server')}"]
      else
        # RPM or R10K install for which we have no idea where YUM repos are
        # located
        []
      end
    end