components/ruby/puppet-modules/puppetlabs-mysql/puppet-mysql.p5m
changeset 5438 c068f8c677e8
parent 5437 449f3459d285
child 5439 a006e5bb8577
--- a/components/ruby/puppet-modules/puppetlabs-mysql/puppet-mysql.p5m	Wed Feb 10 16:31:24 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,159 +0,0 @@
-#
-# 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, Oracle and/or its affiliates. All rights reserved.
-#
-
-set name=pkg.fmri \
-    value=pkg:/system/management/puppet/puppet-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="Mysql Puppet Module"
-set name=pkg.description \
-    value="The mysql module manages both the installation and configuration of MySQL, as well as extending Puppet to allow management of MySQL resources, such as databases, users, and grants."
-set name=com.oracle.info.description value="Mysql 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
-set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-#
-file path=etc/puppet/modules/mysql/CHANGELOG.md
-file path=etc/puppet/modules/mysql/CONTRIBUTING.md
-file path=etc/puppet/modules/mysql/Gemfile
-file path=etc/puppet/modules/mysql/LICENSE
-file path=etc/puppet/modules/mysql/README.md
-file path=etc/puppet/modules/mysql/Rakefile
-file path=etc/puppet/modules/mysql/TODO
-file path=etc/puppet/modules/mysql/checksums.json
-file path=etc/puppet/modules/mysql/examples/backup.pp
-file path=etc/puppet/modules/mysql/examples/bindings.pp
-file path=etc/puppet/modules/mysql/examples/java.pp
-file path=etc/puppet/modules/mysql/examples/mysql_database.pp
-file path=etc/puppet/modules/mysql/examples/mysql_db.pp
-file path=etc/puppet/modules/mysql/examples/mysql_grant.pp
-file path=etc/puppet/modules/mysql/examples/mysql_plugin.pp
-file path=etc/puppet/modules/mysql/examples/mysql_user.pp
-file path=etc/puppet/modules/mysql/examples/perl.pp
-file path=etc/puppet/modules/mysql/examples/python.pp
-file path=etc/puppet/modules/mysql/examples/ruby.pp
-file path=etc/puppet/modules/mysql/examples/server.pp
-file path=etc/puppet/modules/mysql/examples/server/account_security.pp
-file path=etc/puppet/modules/mysql/examples/server/config.pp
-file path=etc/puppet/modules/mysql/lib/facter/mysql_server_id.rb
-file path=etc/puppet/modules/mysql/lib/facter/mysql_version.rb
-file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_deepmerge.rb
-file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_dirname.rb
-file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_password.rb
-file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_strip_hash.rb
-file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql.rb
-file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_database/mysql.rb
-file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_grant/mysql.rb
-file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_plugin/mysql.rb
-file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_user/mysql.rb
-file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_database.rb
-file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_grant.rb
-file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_plugin.rb
-file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_user.rb
-file path=etc/puppet/modules/mysql/manifests/backup/mysqlbackup.pp
-file path=etc/puppet/modules/mysql/manifests/backup/mysqldump.pp
-file path=etc/puppet/modules/mysql/manifests/backup/xtrabackup.pp
-file path=etc/puppet/modules/mysql/manifests/bindings.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/client_dev.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/daemon_dev.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/java.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/perl.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/php.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/python.pp
-file path=etc/puppet/modules/mysql/manifests/bindings/ruby.pp
-file path=etc/puppet/modules/mysql/manifests/client.pp
-file path=etc/puppet/modules/mysql/manifests/client/install.pp
-file path=etc/puppet/modules/mysql/manifests/db.pp
-file path=etc/puppet/modules/mysql/manifests/params.pp
-file path=etc/puppet/modules/mysql/manifests/server.pp
-file path=etc/puppet/modules/mysql/manifests/server/account_security.pp
-file path=etc/puppet/modules/mysql/manifests/server/backup.pp
-file path=etc/puppet/modules/mysql/manifests/server/config.pp
-file path=etc/puppet/modules/mysql/manifests/server/install.pp
-file path=etc/puppet/modules/mysql/manifests/server/installdb.pp
-file path=etc/puppet/modules/mysql/manifests/server/monitor.pp
-file path=etc/puppet/modules/mysql/manifests/server/mysqltuner.pp
-file path=etc/puppet/modules/mysql/manifests/server/providers.pp
-file path=etc/puppet/modules/mysql/manifests/server/root_password.pp
-file path=etc/puppet/modules/mysql/manifests/server/service.pp
-file path=etc/puppet/modules/mysql/metadata.json
-file path=etc/puppet/modules/mysql/spec/acceptance/mysql_backup_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/mysql_db_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/mysql_server_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-510-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-59-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-64-x64-pe.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-65-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/default.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/fedora-18-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/sles-11-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
-file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_database_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_grant_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_plugin_spec.rb
-file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_user_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/graceful_failures_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mycnf_template_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_bindings_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_client_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_server_account_security_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_server_backup_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_server_monitor_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_server_mysqltuner_spec.rb
-file path=etc/puppet/modules/mysql/spec/classes/mysql_server_spec.rb
-file path=etc/puppet/modules/mysql/spec/defines/mysql_db_spec.rb
-file path=etc/puppet/modules/mysql/spec/spec.opts
-file path=etc/puppet/modules/mysql/spec/spec_helper.rb
-file path=etc/puppet/modules/mysql/spec/spec_helper_acceptance.rb
-file path=etc/puppet/modules/mysql/spec/unit/facter/mysql_server_id_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/facter/mysql_version_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/functions/mysql_deepmerge_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/functions/mysql_password_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_database/mysql_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_user/mysql_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_database_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_grant_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_plugin_spec.rb
-file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_user_spec.rb
-file path=etc/puppet/modules/mysql/templates/meb.cnf.erb
-file path=etc/puppet/modules/mysql/templates/my.cnf.erb
-file path=etc/puppet/modules/mysql/templates/my.cnf.pass.erb
-file path=etc/puppet/modules/mysql/templates/mysqlbackup.sh.erb
-file path=etc/puppet/modules/mysql/templates/xtrabackup.sh.erb
-#
-license puppetlabs-mysql.license license="Apache v2.0"
-
-# force a dependency on puppet-staging
-depend type=require fmri=system/management/puppet/puppet-staging
-
-# force a dependency on puppet-stdlib
-depend type=require fmri=system/management/puppet/puppet-stdlib