2310N/A<%doc>
2310N/A#
2310N/A# CDDL HEADER START
2310N/A#
2310N/A# The contents of this file are subject to the terms of the
2310N/A# Common Development and Distribution License (the "License").
2310N/A# You may not use this file except in compliance with the License.
2310N/A#
2310N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2310N/A# or http://www.opensolaris.org/os/licensing.
2310N/A# See the License for the specific language governing permissions
2310N/A# and limitations under the License.
2310N/A#
2310N/A# When distributing Covered Code, include this CDDL HEADER in each
2310N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2310N/A# If applicable, add the following below this CDDL HEADER, with the
2310N/A# fields enclosed by brackets "[]" replaced with your own identifying
2310N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2310N/A#
2310N/A# CDDL HEADER END
2310N/A#
3356N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
2310N/A
2310N/A#
2310N/A# This file is a template for the IPS system publisher Apache configuration
2310N/A# file. It is used to serve the "publisher" response from proxied file://
3356N/A# repositories to pkg(7) clients that aren't using the "syspub" response
2310N/A# to obtain their publisher information.
2310N/A#
2310N/A</%doc>
2310N/A{
2310N/A "packages": [],
2310N/A "publishers": [
2310N/A {
2310N/A "alias": null,
2310N/A "intermediate_certs": [],
2310N/A "name": "${pub}",
2310N/A "packages": [],
2310N/A "repositories": [
2310N/A {
2310N/A "collection_type": "core",
2310N/A "description": "This is an automatic response. This publisher is generated automatically by the IPS system repository, and serves content from a file-based repository.",
2310N/A "legal_uris": [],
2310N/A "mirrors": [],
2310N/A "name": "IPS System Repository: ${pub}",
2310N/A "origins": [],
2310N/A "refresh_seconds": null,
2310N/A "registration_uri": "",
2310N/A "related_uris": []
2310N/A }
2310N/A ],
2310N/A "signing_ca_certs": []
2310N/A }
2310N/A ],
2310N/A "version": 1
2310N/A}