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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     1
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     3
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     7
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    12
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    18
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    20
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    21
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    22
#
5438
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    25
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
5438
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
    27
    value=pkg:/system/management/puppet/puppetlabs-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Mysql Puppet Module"
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    30
    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."
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="Mysql Puppet Module"
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:System/Administration and Configuration"
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
set name=info.upstream \
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    37
    value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
7565
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2015/368 value=PSARC/2016/016 \
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    40
    value=PSARC/2016/607
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    41
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    42
#
7565
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    43
file path=usr/puppetlabs/puppet/modules/mysql/CHANGELOG.md
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    44
file path=usr/puppetlabs/puppet/modules/mysql/CONTRIBUTING.md
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    45
file path=usr/puppetlabs/puppet/modules/mysql/Gemfile
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    46
file path=usr/puppetlabs/puppet/modules/mysql/LICENSE
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    47
file path=usr/puppetlabs/puppet/modules/mysql/README.md
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    48
file path=usr/puppetlabs/puppet/modules/mysql/Rakefile
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    49
file path=usr/puppetlabs/puppet/modules/mysql/TODO
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    50
file path=usr/puppetlabs/puppet/modules/mysql/checksums.json
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    51
file path=usr/puppetlabs/puppet/modules/mysql/examples/backup.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    52
file path=usr/puppetlabs/puppet/modules/mysql/examples/bindings.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    53
file path=usr/puppetlabs/puppet/modules/mysql/examples/java.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    54
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_database.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    55
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_db.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    56
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_grant.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    57
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_plugin.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    58
file path=usr/puppetlabs/puppet/modules/mysql/examples/mysql_user.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    59
file path=usr/puppetlabs/puppet/modules/mysql/examples/perl.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    60
file path=usr/puppetlabs/puppet/modules/mysql/examples/python.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    61
file path=usr/puppetlabs/puppet/modules/mysql/examples/ruby.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    62
file path=usr/puppetlabs/puppet/modules/mysql/examples/server.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    63
file path=usr/puppetlabs/puppet/modules/mysql/examples/server/account_security.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    64
file path=usr/puppetlabs/puppet/modules/mysql/examples/server/config.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    65
file path=usr/puppetlabs/puppet/modules/mysql/lib/facter/mysql_server_id.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    66
file path=usr/puppetlabs/puppet/modules/mysql/lib/facter/mysql_version.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    67
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_deepmerge.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    68
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_dirname.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    69
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_password.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    70
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/parser/functions/mysql_strip_hash.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    71
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    72
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_database/mysql.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    73
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_grant/mysql.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    74
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_plugin/mysql.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    75
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/provider/mysql_user/mysql.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    76
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_database.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    77
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_grant.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    78
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_plugin.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    79
file path=usr/puppetlabs/puppet/modules/mysql/lib/puppet/type/mysql_user.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    80
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/mysqlbackup.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    81
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/mysqldump.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    82
file path=usr/puppetlabs/puppet/modules/mysql/manifests/backup/xtrabackup.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    83
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    84
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/client_dev.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    85
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/daemon_dev.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    86
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/java.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    87
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/perl.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    88
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/php.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    89
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/python.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    90
file path=usr/puppetlabs/puppet/modules/mysql/manifests/bindings/ruby.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    91
file path=usr/puppetlabs/puppet/modules/mysql/manifests/client.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    92
file path=usr/puppetlabs/puppet/modules/mysql/manifests/client/install.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    93
file path=usr/puppetlabs/puppet/modules/mysql/manifests/db.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    94
file path=usr/puppetlabs/puppet/modules/mysql/manifests/params.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    95
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    96
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/account_security.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    97
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/backup.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    98
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/config.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
    99
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/install.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   100
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/installdb.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   101
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/monitor.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   102
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/mysqltuner.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   103
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/providers.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   104
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/root_password.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   105
file path=usr/puppetlabs/puppet/modules/mysql/manifests/server/service.pp
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   106
file path=usr/puppetlabs/puppet/modules/mysql/metadata.json
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   107
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_backup_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   108
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_db_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   109
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/mysql_server_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   110
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-510-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   111
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-59-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   112
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-64-x64-pe.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   113
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/centos-65-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   114
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/default.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   115
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/fedora-18-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   116
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/sles-11-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   117
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   118
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   119
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   120
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_database_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   121
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_grant_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   122
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_plugin_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   123
file path=usr/puppetlabs/puppet/modules/mysql/spec/acceptance/types/mysql_user_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   124
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/graceful_failures_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   125
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mycnf_template_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   126
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_bindings_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   127
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_client_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   128
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_account_security_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   129
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_backup_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   130
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_monitor_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   131
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_mysqltuner_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   132
file path=usr/puppetlabs/puppet/modules/mysql/spec/classes/mysql_server_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   133
file path=usr/puppetlabs/puppet/modules/mysql/spec/defines/mysql_db_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   134
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec.opts
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   135
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec_helper.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   136
file path=usr/puppetlabs/puppet/modules/mysql/spec/spec_helper_acceptance.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   137
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/facter/mysql_server_id_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   138
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/facter/mysql_version_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   139
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/functions/mysql_deepmerge_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   140
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/functions/mysql_password_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   141
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_database/mysql_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   142
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   143
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/provider/mysql_user/mysql_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   144
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_database_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   145
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_grant_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   146
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_plugin_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   147
file path=usr/puppetlabs/puppet/modules/mysql/spec/unit/puppet/type/mysql_user_spec.rb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   148
file path=usr/puppetlabs/puppet/modules/mysql/templates/meb.cnf.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   149
file path=usr/puppetlabs/puppet/modules/mysql/templates/my.cnf.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   150
file path=usr/puppetlabs/puppet/modules/mysql/templates/my.cnf.pass.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   151
file path=usr/puppetlabs/puppet/modules/mysql/templates/mysqlbackup.sh.erb
48aa82a0931f PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0
Shawn Ferry <shawn.ferry@oracle.com>
parents: 5438
diff changeset
   152
file path=usr/puppetlabs/puppet/modules/mysql/templates/xtrabackup.sh.erb
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   153
#
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   154
license puppetlabs-mysql.license license="Apache v2.0"
5438
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   155
# Renamed Package
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   156
depend type=optional \
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   157
    fmri=system/management/puppet/[email protected]
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   158
5438
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   159
# force a dependency on nanliu-staging
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   160
depend type=require fmri=system/management/puppet/nanliu-staging
4911
6590570733a1 PSARC/2015/368 Common Puppet Modules
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   161
5438
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   162
# force a dependency on puppetlabs-stdlib
c068f8c677e8 PSARC/2016/016 Rename/Refactor Puppet and Puppet Module Packages
Shawn Ferry <shawn.ferry@oracle.com>
parents: 4911
diff changeset
   163
depend type=require fmri=system/management/puppet/puppetlabs-stdlib
7651
70c0daa6928d 25463219 puppet modules need to declare a minimum puppet version dependency
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7565
diff changeset
   164
# Require Puppet 4.x for module path changes
70c0daa6928d 25463219 puppet modules need to declare a minimum puppet version dependency
Shawn Ferry <shawn.ferry@oracle.com>
parents: 7565
diff changeset
   165
depend type=require fmri=system/management/puppet@4