# File lib/hammer_cli_import/configfile.rb, line 207
      def mk_repo_hash(data, product_id)
        {
          :name => data['channel'],
          :product_id => product_id,
          :content_type => 'puppet'
        }
      end