components/ruby/puppet-modules/puppetlabs-concat/puppetlabs-concat.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file dir -> default owner puppet>
       
    27 <transform file dir -> default group puppet>
       
    28 set name=pkg.fmri \
       
    29     value=pkg:/system/management/puppet/puppetlabs-concat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Concat Puppet Module"
       
    31 set name=pkg.description \
       
    32     value="The concat module lets you construct files from multiple ordered fragments of text"
       
    33 set name=com.oracle.info.description value="Concat Puppet Module"
       
    34 set name=com.oracle.info.tpno value=$(TPNO)
       
    35 set name=info.classification \
       
    36     value="org.opensolaris.category.2008:System/Administration and Configuration"
       
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    38 set name=info.upstream \
       
    39     value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
       
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    41 set name=org.opensolaris.arc-caseid value=PSARC/2015/368 value=PSARC/2016/016
       
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    43 #
       
    44 file path=etc/puppet/modules/concat/CHANGELOG.md
       
    45 file path=etc/puppet/modules/concat/CONTRIBUTING.md
       
    46 file path=etc/puppet/modules/concat/Gemfile
       
    47 file path=etc/puppet/modules/concat/LICENSE
       
    48 file path=etc/puppet/modules/concat/README.md
       
    49 file path=etc/puppet/modules/concat/Rakefile
       
    50 file path=etc/puppet/modules/concat/checksums.json
       
    51 file path=etc/puppet/modules/concat/files/concatfragments.rb
       
    52 file path=etc/puppet/modules/concat/lib/facter/concat_basedir.rb
       
    53 file path=etc/puppet/modules/concat/lib/puppet/parser/functions/concat_getparam.rb
       
    54 file path=etc/puppet/modules/concat/lib/puppet/parser/functions/concat_is_bool.rb
       
    55 file path=etc/puppet/modules/concat/manifests/fragment.pp
       
    56 file path=etc/puppet/modules/concat/manifests/init.pp
       
    57 file path=etc/puppet/modules/concat/manifests/setup.pp
       
    58 file path=etc/puppet/modules/concat/metadata.json
       
    59 file path=etc/puppet/modules/concat/spec/acceptance/backup_spec.rb
       
    60 file path=etc/puppet/modules/concat/spec/acceptance/concat_spec.rb
       
    61 file path=etc/puppet/modules/concat/spec/acceptance/deprecation_warnings_spec.rb
       
    62 file path=etc/puppet/modules/concat/spec/acceptance/empty_spec.rb
       
    63 file path=etc/puppet/modules/concat/spec/acceptance/fragment_source_spec.rb
       
    64 file path=etc/puppet/modules/concat/spec/acceptance/fragments_are_always_replaced_spec.rb
       
    65 file path=etc/puppet/modules/concat/spec/acceptance/newline_spec.rb
       
    66 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/aix-71-vcloud.yml
       
    67 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/centos-59-x64.yml
       
    68 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/centos-64-x64-pe.yml
       
    69 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/centos-64-x64.yml
       
    70 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/centos-65-x64.yml
       
    71 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/debian-607-x64.yml
       
    72 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/debian-70rc1-x64.yml
       
    73 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/debian-73-x64.yml
       
    74 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/default.yml
       
    75 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/fedora-18-x64.yml
       
    76 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/sles-11-x64.yml
       
    77 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/sles-11sp1-x64.yml
       
    78 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
       
    79 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
       
    80 file path=etc/puppet/modules/concat/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
       
    81 file path=etc/puppet/modules/concat/spec/acceptance/order_spec.rb
       
    82 file path=etc/puppet/modules/concat/spec/acceptance/quoted_paths_spec.rb
       
    83 file path=etc/puppet/modules/concat/spec/acceptance/replace_spec.rb
       
    84 file path=etc/puppet/modules/concat/spec/acceptance/specinfra_stubs.rb
       
    85 file path=etc/puppet/modules/concat/spec/acceptance/symbolic_name_spec.rb
       
    86 file path=etc/puppet/modules/concat/spec/acceptance/validation_spec.rb
       
    87 file path=etc/puppet/modules/concat/spec/acceptance/warn_spec.rb
       
    88 file path=etc/puppet/modules/concat/spec/spec.opts
       
    89 file path=etc/puppet/modules/concat/spec/spec_helper.rb
       
    90 file path=etc/puppet/modules/concat/spec/spec_helper_acceptance.rb
       
    91 file path=etc/puppet/modules/concat/spec/unit/classes/concat_setup_spec.rb
       
    92 file path=etc/puppet/modules/concat/spec/unit/defines/concat_fragment_spec.rb
       
    93 file path=etc/puppet/modules/concat/spec/unit/defines/concat_spec.rb
       
    94 file path=etc/puppet/modules/concat/spec/unit/facts/concat_basedir_spec.rb
       
    95 file path=etc/puppet/modules/concat/tests/fragment.pp
       
    96 file path=etc/puppet/modules/concat/tests/init.pp
       
    97 #
       
    98 license puppetlabs-concat.license license="Apache v2.0"
       
    99 
       
   100 depend type=require fmri=system/management/puppet