components/ruby/puppet-modules/puppetlabs-rsync/puppetlabs-rsync.p5m
changeset 5438 c068f8c677e8
parent 4911 6590570733a1
child 7565 48aa82a0931f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/puppet-modules/puppetlabs-rsync/puppetlabs-rsync.p5m	Wed Feb 10 22:10:43 2016 -0500
@@ -0,0 +1,81 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file dir -> default owner puppet>
+<transform file dir -> default group puppet>
+set name=pkg.fmri \
+    value=pkg:/system/management/puppet/puppetlabs-rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Rsync Puppet Module"
+set name=pkg.description \
+    value="puppetlabs-rsync manages rsync clients, repositories, and servers as well as providing defines to easily grab data via rsync."
+set name=com.oracle.info.description value="Rsync Puppet Module"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Administration and Configuration"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream \
+    value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/368 value=PSARC/2016/016
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+file path=etc/puppet/modules/rsync/CHANGELOG.md
+file path=etc/puppet/modules/rsync/Gemfile
+file path=etc/puppet/modules/rsync/LICENSE
+file path=etc/puppet/modules/rsync/README.markdown
+file path=etc/puppet/modules/rsync/Rakefile
+file path=etc/puppet/modules/rsync/checksums.json
+file path=etc/puppet/modules/rsync/files/defaults
+file path=etc/puppet/modules/rsync/files/motd
+file path=etc/puppet/modules/rsync/manifests/get.pp
+file path=etc/puppet/modules/rsync/manifests/init.pp
+file path=etc/puppet/modules/rsync/manifests/put.pp
+file path=etc/puppet/modules/rsync/manifests/repo.pp
+file path=etc/puppet/modules/rsync/manifests/server.pp
+file path=etc/puppet/modules/rsync/manifests/server/module.pp
+file path=etc/puppet/modules/rsync/metadata.json
+file path=etc/puppet/modules/rsync/spec/classes/server_spec.rb
+file path=etc/puppet/modules/rsync/spec/defines/get_spec.rb
+file path=etc/puppet/modules/rsync/spec/defines/put_spec.rb
+file path=etc/puppet/modules/rsync/spec/defines/server_module_spec.rb
+file path=etc/puppet/modules/rsync/spec/spec.opts
+file path=etc/puppet/modules/rsync/spec/spec_helper.rb
+file path=etc/puppet/modules/rsync/templates/header.erb
+file path=etc/puppet/modules/rsync/templates/module.erb
+file path=etc/puppet/modules/rsync/tests/init.pp
+file path=etc/puppet/modules/rsync/tests/repo.pp
+file path=etc/puppet/modules/rsync/tests/server_with_motd.pp
+#
+license LICENSE license="Apache v2.0"
+# Renamed Package
+depend type=optional \
+    fmri=system/management/puppet/[email protected]
+depend type=require fmri=system/management/puppet
+
+# force a dependency on puppetlabs-concat
+depend type=require fmri=system/management/puppet/puppetlabs-concat
+
+# force a dependency on puppetlabs-stdlib
+depend type=require fmri=system/management/puppet/puppetlabs-stdlib