components/ruby/puppet-modules/saz-memcached/saz-memcached.p5m
changeset 5438 c068f8c677e8
parent 4911 6590570733a1
child 7565 48aa82a0931f
equal deleted inserted replaced
5437:449f3459d285 5438:c068f8c677e8
       
     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/saz-memcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Memcached Puppet Module"
       
    31 set name=pkg.description \
       
    32     value="The memcached module manages memcached via Puppet"
       
    33 set name=com.oracle.info.description value="Memcached 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     value="org.opensolaris.category.2008:System/Enterprise Management"
       
    38 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    39 set name=info.upstream value="OpenStack <[email protected]>"
       
    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/memcached/Gemfile
       
    45 file path=etc/puppet/modules/memcached/LICENSE
       
    46 file path=etc/puppet/modules/memcached/README-DEVELOPER
       
    47 file path=etc/puppet/modules/memcached/README.md
       
    48 file path=etc/puppet/modules/memcached/Rakefile
       
    49 file path=etc/puppet/modules/memcached/checksums.json
       
    50 file path=etc/puppet/modules/memcached/lib/puppet/parser/functions/memcached_max_memory.rb
       
    51 file path=etc/puppet/modules/memcached/manifests/init.pp
       
    52 file path=etc/puppet/modules/memcached/manifests/params.pp
       
    53 file path=etc/puppet/modules/memcached/metadata.json
       
    54 file path=etc/puppet/modules/memcached/spec/classes/memcached_spec.rb
       
    55 file path=etc/puppet/modules/memcached/spec/spec.opts
       
    56 file path=etc/puppet/modules/memcached/spec/spec_helper.rb
       
    57 file path=etc/puppet/modules/memcached/templates/memcached.conf.erb
       
    58 file path=etc/puppet/modules/memcached/templates/memcached_sysconfig.erb
       
    59 file path=etc/puppet/modules/memcached/templates/memcached_windows.erb
       
    60 file path=etc/puppet/modules/memcached/tests/init.pp
       
    61 #
       
    62 license saz-memcached.license license="Apache v2.0"
       
    63 # Renamed Package
       
    64 depend type=optional \
       
    65     fmri=system/management/puppet/[email protected]
       
    66 depend type=require fmri=system/management/puppet
       
    67 
       
    68 # force a dependency on puppetlabs-stdlib
       
    69 depend type=require fmri=system/management/puppet/puppetlabs-stdlib