# File lib/simp/cli/config/items/data/simp_yum_repo_local_simp_servers.rb, line 16
    def recommended_value
      if get_item( 'cli::has_simp_filesystem_yum_repo' ).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
        ['FIXME']
      end
    end