components/ruby/puppet-modules/puppetlabs-rsync/puppetlabs-rsync.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-rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Rsync Puppet Module"
       
    31 set name=pkg.description \
       
    32     value="puppetlabs-rsync manages rsync clients, repositories, and servers as well as providing defines to easily grab data via rsync."
       
    33 set name=com.oracle.info.description value="Rsync 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/rsync/CHANGELOG.md
       
    45 file path=etc/puppet/modules/rsync/Gemfile
       
    46 file path=etc/puppet/modules/rsync/LICENSE
       
    47 file path=etc/puppet/modules/rsync/README.markdown
       
    48 file path=etc/puppet/modules/rsync/Rakefile
       
    49 file path=etc/puppet/modules/rsync/checksums.json
       
    50 file path=etc/puppet/modules/rsync/files/defaults
       
    51 file path=etc/puppet/modules/rsync/files/motd
       
    52 file path=etc/puppet/modules/rsync/manifests/get.pp
       
    53 file path=etc/puppet/modules/rsync/manifests/init.pp
       
    54 file path=etc/puppet/modules/rsync/manifests/put.pp
       
    55 file path=etc/puppet/modules/rsync/manifests/repo.pp
       
    56 file path=etc/puppet/modules/rsync/manifests/server.pp
       
    57 file path=etc/puppet/modules/rsync/manifests/server/module.pp
       
    58 file path=etc/puppet/modules/rsync/metadata.json
       
    59 file path=etc/puppet/modules/rsync/spec/classes/server_spec.rb
       
    60 file path=etc/puppet/modules/rsync/spec/defines/get_spec.rb
       
    61 file path=etc/puppet/modules/rsync/spec/defines/put_spec.rb
       
    62 file path=etc/puppet/modules/rsync/spec/defines/server_module_spec.rb
       
    63 file path=etc/puppet/modules/rsync/spec/spec.opts
       
    64 file path=etc/puppet/modules/rsync/spec/spec_helper.rb
       
    65 file path=etc/puppet/modules/rsync/templates/header.erb
       
    66 file path=etc/puppet/modules/rsync/templates/module.erb
       
    67 file path=etc/puppet/modules/rsync/tests/init.pp
       
    68 file path=etc/puppet/modules/rsync/tests/repo.pp
       
    69 file path=etc/puppet/modules/rsync/tests/server_with_motd.pp
       
    70 #
       
    71 license LICENSE license="Apache v2.0"
       
    72 
       
    73 depend type=require fmri=system/management/puppet
       
    74 
       
    75 # force a dependency on puppetlabs-concat
       
    76 depend type=require fmri=system/management/puppet/puppetlabs-concat
       
    77 
       
    78 # force a dependency on puppetlabs-stdlib
       
    79 depend type=require fmri=system/management/puppet/puppetlabs-stdlib