components/ruby/puppet-modules/puppetlabs-inifile/puppet-inifile.p5m
changeset 4911 6590570733a1
equal deleted inserted replaced
4910:395144914930 4911:6590570733a1
       
     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, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/management/puppet/puppet-inifile@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Inifile Puppet Module"
       
    29 set name=pkg.description \
       
    30     value="The inifile module adds two resource types so that you can use Puppet to manage settings and subsettings in INI-style configuration files."
       
    31 set name=com.oracle.info.description value="Inifile Puppet Module"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value="org.opensolaris.category.2008:System/Administration and Configuration"
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    36 set name=info.upstream \
       
    37     value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
       
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    39 set name=org.opensolaris.arc-caseid value=PSARC/2015/368
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 #
       
    42 file path=etc/puppet/modules/inifile/CHANGELOG.md
       
    43 file path=etc/puppet/modules/inifile/CONTRIBUTING.md
       
    44 file path=etc/puppet/modules/inifile/Gemfile
       
    45 file path=etc/puppet/modules/inifile/LICENSE
       
    46 file path=etc/puppet/modules/inifile/README.markdown
       
    47 file path=etc/puppet/modules/inifile/Rakefile
       
    48 file path=etc/puppet/modules/inifile/checksums.json
       
    49 file path=etc/puppet/modules/inifile/lib/puppet/parser/functions/create_ini_settings.rb
       
    50 file path=etc/puppet/modules/inifile/lib/puppet/provider/ini_setting/ruby.rb
       
    51 file path=etc/puppet/modules/inifile/lib/puppet/provider/ini_subsetting/ruby.rb
       
    52 file path=etc/puppet/modules/inifile/lib/puppet/type/ini_setting.rb
       
    53 file path=etc/puppet/modules/inifile/lib/puppet/type/ini_subsetting.rb
       
    54 file path=etc/puppet/modules/inifile/lib/puppet/util/external_iterator.rb
       
    55 file path=etc/puppet/modules/inifile/lib/puppet/util/ini_file.rb
       
    56 file path=etc/puppet/modules/inifile/lib/puppet/util/ini_file/section.rb
       
    57 file path=etc/puppet/modules/inifile/lib/puppet/util/setting_value.rb
       
    58 file path=etc/puppet/modules/inifile/metadata.json
       
    59 file path=etc/puppet/modules/inifile/spec/acceptance/ini_setting_spec.rb
       
    60 file path=etc/puppet/modules/inifile/spec/acceptance/ini_subsetting_spec.rb
       
    61 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/centos-510-x64.yml
       
    62 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/centos-59-x64.yml
       
    63 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/centos-64-x64-pe.yml
       
    64 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/centos-64-x64.yml
       
    65 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/centos-65-x64.yml
       
    66 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/debian-607-x64.yml
       
    67 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/debian-73-x64.yml
       
    68 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/default.yml
       
    69 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/fedora-18-x64.yml
       
    70 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/sles-11sp1-x64.yml
       
    71 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
       
    72 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
       
    73 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
       
    74 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2003-i386.yml
       
    75 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2003r2-x86_64.yml
       
    76 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2008-x86_64.yml
       
    77 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2008r2-x86_64.yml
       
    78 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2012-x86_64.yml
       
    79 file path=etc/puppet/modules/inifile/spec/acceptance/nodesets/windows-2012r2-x86_64.yml
       
    80 file path=etc/puppet/modules/inifile/spec/classes/create_ini_settings_test_spec.rb
       
    81 file path=etc/puppet/modules/inifile/spec/classes/inherit_test1_spec.rb
       
    82 file path=etc/puppet/modules/inifile/spec/functions/create_ini_settings_spec.rb
       
    83 file path=etc/puppet/modules/inifile/spec/spec.opts
       
    84 file path=etc/puppet/modules/inifile/spec/spec_helper.rb
       
    85 file path=etc/puppet/modules/inifile/spec/spec_helper_acceptance.rb
       
    86 file path=etc/puppet/modules/inifile/spec/unit/puppet/provider/ini_setting/inheritance_spec.rb
       
    87 file path=etc/puppet/modules/inifile/spec/unit/puppet/provider/ini_setting/ruby_spec.rb
       
    88 file path=etc/puppet/modules/inifile/spec/unit/puppet/provider/ini_subsetting/ruby_spec.rb
       
    89 file path=etc/puppet/modules/inifile/spec/unit/puppet/util/external_iterator_spec.rb
       
    90 file path=etc/puppet/modules/inifile/spec/unit/puppet/util/ini_file_spec.rb
       
    91 file path=etc/puppet/modules/inifile/spec/unit/puppet/util/setting_value_spec.rb
       
    92 file path=etc/puppet/modules/inifile/tests/ini_setting.pp
       
    93 file path=etc/puppet/modules/inifile/tests/ini_subsetting.pp
       
    94 #
       
    95 license puppetlabs-inifile.license license="Apache v2.0"