components/ruby/puppet-modules/puppetlabs-mysql/puppetlabs-mysql.p5m
author Shawn Ferry <shawn.ferry@oracle.com>
Fri, 03 Feb 2017 12:49:15 -0800
changeset 7651 70c0daa6928d
parent 7565 48aa82a0931f
permissions -rw-r--r--
25463219 puppet modules need to declare a minimum puppet version dependency 25471549 Puppet 4: package resource "ensure => latest" results in stack trace 25476627 hiera lists an obsolete dependency on json_pure 25497490 revert 21815619 (puppet does not install latest pkg) and rework solution 25506345 puppet cli commands spam messages about SMF services

#
# 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.
#

set name=pkg.fmri \
    value=pkg:/system/management/puppet/puppetlabs-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 value=PSARC/2016/016 \
    value=PSARC/2016/607
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file path=usr/puppetlabs/puppet/modules/mysql/CHANGELOG.md
file path=usr/puppetlabs/puppet/modules/mysql/CONTRIBUTING.md
file path=usr/puppetlabs/puppet/modules/mysql/Gemfile
file path=usr/puppetlabs/puppet/modules/mysql/LICENSE
file path=usr/puppetlabs/puppet/modules/mysql/README.md
file path=usr/puppetlabs/puppet/modules/mysql/Rakefile
file path=usr/puppetlabs/puppet/modules/mysql/TODO
file path=usr/puppetlabs/puppet/modules/mysql/checksums.json
file path=usr/puppetlabs/puppet/modules/mysql/examples/backup.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/bindings.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/java.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_database.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_db.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_grant.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_plugin.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_user.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/perl.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/python.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/ruby.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/server.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/server/account_security.pp
file path=usr/puppetlabs/puppet/modules/mysql/examples/server/config.pp
file path=usr/puppetlabs/puppet/modules/mysql/lib/facter/mysql_server_id.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/facter/mysql_version.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_deepmerge.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_dirname.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_password.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_strip_hash.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_database/mysql.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_grant/mysql.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_plugin/mysql.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_user/mysql.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_database.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_grant.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_plugin.rb
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_user.rb
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/mysqlbackup.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/mysqldump.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/xtrabackup.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/client_dev.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/daemon_dev.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/java.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/perl.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/php.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/python.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/ruby.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/client.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/client/install.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/db.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/params.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/account_security.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/backup.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/config.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/install.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/installdb.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/monitor.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/mysqltuner.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/providers.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/root_password.pp
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/service.pp
file path=usr/puppetlabs/puppet/modules/mysql/metadata.json
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_backup_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_db_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_server_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-510-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-59-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-64-x64-pe.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-65-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/default.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/fedora-18-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/sles-11-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_database_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_grant_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_plugin_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_user_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/graceful_failures_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mycnf_template_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_bindings_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_client_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_account_security_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_backup_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_monitor_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_mysqltuner_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/defines/mysql_db_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec.opts
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec_helper.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec_helper_acceptance.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/facter/mysql_server_id_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/facter/mysql_version_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/functions/mysql_deepmerge_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/functions/mysql_password_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_database/mysql_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_user/mysql_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_database_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_grant_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_plugin_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_user_spec.rb
file path=usr/puppetlabs/puppet/modules/mysql/templates/meb.cnf.erb
file path=usr/puppetlabs/puppet/modules/mysql/templates/my.cnf.erb
file path=usr/puppetlabs/puppet/modules/mysql/templates/my.cnf.pass.erb
file path=usr/puppetlabs/puppet/modules/mysql/templates/mysqlbackup.sh.erb
file path=usr/puppetlabs/puppet/modules/mysql/templates/xtrabackup.sh.erb
#
license puppetlabs-mysql.license license="Apache v2.0"
# Renamed Package
depend type=optional \
    fmri=system/management/puppet/[email protected]

# force a dependency on nanliu-staging
depend type=require fmri=system/management/puppet/nanliu-staging

# force a dependency on puppetlabs-stdlib
depend type=require fmri=system/management/puppet/puppetlabs-stdlib
# Require Puppet 4.x for module path changes
depend type=require fmri=system/management/puppet@4