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