components/ruby/puppet-modules/puppetlabs-ntp/puppet-ntp.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-ntp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="NTP Puppet Module"
       
    29 set name=pkg.description \
       
    30     value="The ntp module installs, configures, and manages the NTP service."
       
    31 set name=com.oracle.info.description value="NTP 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/ntp/CHANGELOG.md
       
    43 file path=etc/puppet/modules/ntp/CONTRIBUTING.md
       
    44 file path=etc/puppet/modules/ntp/Gemfile
       
    45 file path=etc/puppet/modules/ntp/LICENSE
       
    46 file path=etc/puppet/modules/ntp/README.markdown
       
    47 file path=etc/puppet/modules/ntp/Rakefile
       
    48 file path=etc/puppet/modules/ntp/checksums.json
       
    49 file path=etc/puppet/modules/ntp/lib/puppet/parser/functions/ntp_dirname.rb
       
    50 file path=etc/puppet/modules/ntp/manifests/config.pp
       
    51 file path=etc/puppet/modules/ntp/manifests/init.pp
       
    52 file path=etc/puppet/modules/ntp/manifests/install.pp
       
    53 file path=etc/puppet/modules/ntp/manifests/params.pp
       
    54 file path=etc/puppet/modules/ntp/manifests/service.pp
       
    55 file path=etc/puppet/modules/ntp/metadata.json
       
    56 file path=etc/puppet/modules/ntp/spec/acceptance/class_spec.rb
       
    57 file path=etc/puppet/modules/ntp/spec/acceptance/disable_monitoring_spec.rb
       
    58 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/centos-59-x64.yml
       
    59 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/centos-64-x64-pe.yml
       
    60 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/centos-64-x64.yml
       
    61 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/centos-65-x64.yml
       
    62 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/default.yml
       
    63 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/fedora-18-x64.yml
       
    64 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/sles-11-x64.yml
       
    65 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/sles-12-64.yml
       
    66 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
       
    67 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
       
    68 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
       
    69 file path=etc/puppet/modules/ntp/spec/acceptance/nodesets/ubuntu-server-14042-x64.yml
       
    70 file path=etc/puppet/modules/ntp/spec/acceptance/ntp_config_spec.rb
       
    71 file path=etc/puppet/modules/ntp/spec/acceptance/ntp_install_spec.rb
       
    72 file path=etc/puppet/modules/ntp/spec/acceptance/ntp_parameters_spec.rb
       
    73 file path=etc/puppet/modules/ntp/spec/acceptance/ntp_service_spec.rb
       
    74 file path=etc/puppet/modules/ntp/spec/acceptance/preferred_servers_spec.rb
       
    75 file path=etc/puppet/modules/ntp/spec/acceptance/restrict_spec.rb
       
    76 file path=etc/puppet/modules/ntp/spec/acceptance/unsupported_spec.rb
       
    77 file path=etc/puppet/modules/ntp/spec/classes/ntp_spec.rb
       
    78 file path=etc/puppet/modules/ntp/spec/spec.opts
       
    79 file path=etc/puppet/modules/ntp/spec/spec_helper.rb
       
    80 file path=etc/puppet/modules/ntp/spec/spec_helper_acceptance.rb
       
    81 file path=etc/puppet/modules/ntp/spec/unit/puppet/provider/README.markdown
       
    82 file path=etc/puppet/modules/ntp/spec/unit/puppet/type/README.markdown
       
    83 file path=etc/puppet/modules/ntp/templates/ntp.conf.erb
       
    84 file path=etc/puppet/modules/ntp/tests/init.pp
       
    85 #
       
    86 license puppetlabs-ntp.license license="Apache v2.0"
       
    87 
       
    88 # force a dependency on puppet-stdlib
       
    89 depend type=require fmri=system/management/puppet/puppet-stdlib