components/ruby/puppet-modules/puppetlabs-mysql/puppetlabs-mysql.p5m
changeset 5438 c068f8c677e8
parent 4911 6590570733a1
child 7565 48aa82a0931f
equal deleted inserted replaced
5437:449f3459d285 5438:c068f8c677e8
       
     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, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file dir -> default owner puppet>
       
    27 <transform file dir -> default group puppet>
       
    28 set name=pkg.fmri \
       
    29     value=pkg:/system/management/puppet/puppetlabs-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    30 set name=pkg.summary value="Mysql Puppet Module"
       
    31 set name=pkg.description \
       
    32     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."
       
    33 set name=com.oracle.info.description value="Mysql Puppet Module"
       
    34 set name=com.oracle.info.tpno value=$(TPNO)
       
    35 set name=info.classification \
       
    36     value="org.opensolaris.category.2008:System/Administration and Configuration"
       
    37 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    38 set name=info.upstream \
       
    39     value="puppetlabs - https://forge.puppetlabs.com/puppetlabs"
       
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    41 set name=org.opensolaris.arc-caseid value=PSARC/2015/368 value=PSARC/2016/016
       
    42 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    43 #
       
    44 file path=etc/puppet/modules/mysql/CHANGELOG.md
       
    45 file path=etc/puppet/modules/mysql/CONTRIBUTING.md
       
    46 file path=etc/puppet/modules/mysql/Gemfile
       
    47 file path=etc/puppet/modules/mysql/LICENSE
       
    48 file path=etc/puppet/modules/mysql/README.md
       
    49 file path=etc/puppet/modules/mysql/Rakefile
       
    50 file path=etc/puppet/modules/mysql/TODO
       
    51 file path=etc/puppet/modules/mysql/checksums.json
       
    52 file path=etc/puppet/modules/mysql/examples/backup.pp
       
    53 file path=etc/puppet/modules/mysql/examples/bindings.pp
       
    54 file path=etc/puppet/modules/mysql/examples/java.pp
       
    55 file path=etc/puppet/modules/mysql/examples/mysql_database.pp
       
    56 file path=etc/puppet/modules/mysql/examples/mysql_db.pp
       
    57 file path=etc/puppet/modules/mysql/examples/mysql_grant.pp
       
    58 file path=etc/puppet/modules/mysql/examples/mysql_plugin.pp
       
    59 file path=etc/puppet/modules/mysql/examples/mysql_user.pp
       
    60 file path=etc/puppet/modules/mysql/examples/perl.pp
       
    61 file path=etc/puppet/modules/mysql/examples/python.pp
       
    62 file path=etc/puppet/modules/mysql/examples/ruby.pp
       
    63 file path=etc/puppet/modules/mysql/examples/server.pp
       
    64 file path=etc/puppet/modules/mysql/examples/server/account_security.pp
       
    65 file path=etc/puppet/modules/mysql/examples/server/config.pp
       
    66 file path=etc/puppet/modules/mysql/lib/facter/mysql_server_id.rb
       
    67 file path=etc/puppet/modules/mysql/lib/facter/mysql_version.rb
       
    68 file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_deepmerge.rb
       
    69 file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_dirname.rb
       
    70 file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_password.rb
       
    71 file path=etc/puppet/modules/mysql/lib/puppet/parser/functions/mysql_strip_hash.rb
       
    72 file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql.rb
       
    73 file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_database/mysql.rb
       
    74 file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_grant/mysql.rb
       
    75 file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_plugin/mysql.rb
       
    76 file path=etc/puppet/modules/mysql/lib/puppet/provider/mysql_user/mysql.rb
       
    77 file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_database.rb
       
    78 file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_grant.rb
       
    79 file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_plugin.rb
       
    80 file path=etc/puppet/modules/mysql/lib/puppet/type/mysql_user.rb
       
    81 file path=etc/puppet/modules/mysql/manifests/backup/mysqlbackup.pp
       
    82 file path=etc/puppet/modules/mysql/manifests/backup/mysqldump.pp
       
    83 file path=etc/puppet/modules/mysql/manifests/backup/xtrabackup.pp
       
    84 file path=etc/puppet/modules/mysql/manifests/bindings.pp
       
    85 file path=etc/puppet/modules/mysql/manifests/bindings/client_dev.pp
       
    86 file path=etc/puppet/modules/mysql/manifests/bindings/daemon_dev.pp
       
    87 file path=etc/puppet/modules/mysql/manifests/bindings/java.pp
       
    88 file path=etc/puppet/modules/mysql/manifests/bindings/perl.pp
       
    89 file path=etc/puppet/modules/mysql/manifests/bindings/php.pp
       
    90 file path=etc/puppet/modules/mysql/manifests/bindings/python.pp
       
    91 file path=etc/puppet/modules/mysql/manifests/bindings/ruby.pp
       
    92 file path=etc/puppet/modules/mysql/manifests/client.pp
       
    93 file path=etc/puppet/modules/mysql/manifests/client/install.pp
       
    94 file path=etc/puppet/modules/mysql/manifests/db.pp
       
    95 file path=etc/puppet/modules/mysql/manifests/params.pp
       
    96 file path=etc/puppet/modules/mysql/manifests/server.pp
       
    97 file path=etc/puppet/modules/mysql/manifests/server/account_security.pp
       
    98 file path=etc/puppet/modules/mysql/manifests/server/backup.pp
       
    99 file path=etc/puppet/modules/mysql/manifests/server/config.pp
       
   100 file path=etc/puppet/modules/mysql/manifests/server/install.pp
       
   101 file path=etc/puppet/modules/mysql/manifests/server/installdb.pp
       
   102 file path=etc/puppet/modules/mysql/manifests/server/monitor.pp
       
   103 file path=etc/puppet/modules/mysql/manifests/server/mysqltuner.pp
       
   104 file path=etc/puppet/modules/mysql/manifests/server/providers.pp
       
   105 file path=etc/puppet/modules/mysql/manifests/server/root_password.pp
       
   106 file path=etc/puppet/modules/mysql/manifests/server/service.pp
       
   107 file path=etc/puppet/modules/mysql/metadata.json
       
   108 file path=etc/puppet/modules/mysql/spec/acceptance/mysql_backup_spec.rb
       
   109 file path=etc/puppet/modules/mysql/spec/acceptance/mysql_db_spec.rb
       
   110 file path=etc/puppet/modules/mysql/spec/acceptance/mysql_server_spec.rb
       
   111 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-510-x64.yml
       
   112 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-59-x64.yml
       
   113 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-64-x64-pe.yml
       
   114 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/centos-65-x64.yml
       
   115 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/default.yml
       
   116 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/fedora-18-x64.yml
       
   117 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/sles-11-x64.yml
       
   118 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
       
   119 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
       
   120 file path=etc/puppet/modules/mysql/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
       
   121 file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_database_spec.rb
       
   122 file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_grant_spec.rb
       
   123 file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_plugin_spec.rb
       
   124 file path=etc/puppet/modules/mysql/spec/acceptance/types/mysql_user_spec.rb
       
   125 file path=etc/puppet/modules/mysql/spec/classes/graceful_failures_spec.rb
       
   126 file path=etc/puppet/modules/mysql/spec/classes/mycnf_template_spec.rb
       
   127 file path=etc/puppet/modules/mysql/spec/classes/mysql_bindings_spec.rb
       
   128 file path=etc/puppet/modules/mysql/spec/classes/mysql_client_spec.rb
       
   129 file path=etc/puppet/modules/mysql/spec/classes/mysql_server_account_security_spec.rb
       
   130 file path=etc/puppet/modules/mysql/spec/classes/mysql_server_backup_spec.rb
       
   131 file path=etc/puppet/modules/mysql/spec/classes/mysql_server_monitor_spec.rb
       
   132 file path=etc/puppet/modules/mysql/spec/classes/mysql_server_mysqltuner_spec.rb
       
   133 file path=etc/puppet/modules/mysql/spec/classes/mysql_server_spec.rb
       
   134 file path=etc/puppet/modules/mysql/spec/defines/mysql_db_spec.rb
       
   135 file path=etc/puppet/modules/mysql/spec/spec.opts
       
   136 file path=etc/puppet/modules/mysql/spec/spec_helper.rb
       
   137 file path=etc/puppet/modules/mysql/spec/spec_helper_acceptance.rb
       
   138 file path=etc/puppet/modules/mysql/spec/unit/facter/mysql_server_id_spec.rb
       
   139 file path=etc/puppet/modules/mysql/spec/unit/facter/mysql_version_spec.rb
       
   140 file path=etc/puppet/modules/mysql/spec/unit/puppet/functions/mysql_deepmerge_spec.rb
       
   141 file path=etc/puppet/modules/mysql/spec/unit/puppet/functions/mysql_password_spec.rb
       
   142 file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_database/mysql_spec.rb
       
   143 file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
       
   144 file path=etc/puppet/modules/mysql/spec/unit/puppet/provider/mysql_user/mysql_spec.rb
       
   145 file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_database_spec.rb
       
   146 file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_grant_spec.rb
       
   147 file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_plugin_spec.rb
       
   148 file path=etc/puppet/modules/mysql/spec/unit/puppet/type/mysql_user_spec.rb
       
   149 file path=etc/puppet/modules/mysql/templates/meb.cnf.erb
       
   150 file path=etc/puppet/modules/mysql/templates/my.cnf.erb
       
   151 file path=etc/puppet/modules/mysql/templates/my.cnf.pass.erb
       
   152 file path=etc/puppet/modules/mysql/templates/mysqlbackup.sh.erb
       
   153 file path=etc/puppet/modules/mysql/templates/xtrabackup.sh.erb
       
   154 #
       
   155 license puppetlabs-mysql.license license="Apache v2.0"
       
   156 # Renamed Package
       
   157 depend type=optional \
       
   158     fmri=system/management/puppet/[email protected]
       
   159 depend type=require fmri=system/management/puppet
       
   160 
       
   161 # force a dependency on nanliu-staging
       
   162 depend type=require fmri=system/management/puppet/nanliu-staging
       
   163 
       
   164 # force a dependency on puppetlabs-stdlib
       
   165 depend type=require fmri=system/management/puppet/puppetlabs-stdlib