components/ruby/puppet-modules/puppetlabs-mysql/patches/02-params.patch
changeset 5860 afd31ba91ee9
parent 5605 adcc02ac2427
equal deleted inserted replaced
5859:98bc99958997 5860:afd31ba91ee9
     1 Patch to correctly set the MySQL basedir parameter.  This bug has not
     1 Patch to correctly set the MySQL basedir parameter.  This bug has not
     2 yet been submitted upstream.
     2 yet been submitted upstream.
     3 
     3 
     4 --- puppetlabs-mysql-3.6.1/manifests/params.pp.orig	2016-03-15 13:23:06.912144548 -0700
     4 --- puppetlabs-mysql-3.6.2/manifests/params.pp.orig	2016-04-20 13:31:03.825840809 -0700
     5 +++ puppetlabs-mysql-3.6.1/manifests/params.pp	2016-03-15 13:23:26.903095763 -0700
     5 +++ puppetlabs-mysql-3.6.2/manifests/params.pp	2016-04-20 13:31:46.763615238 -0700
     6 @@ -288,7 +288,7 @@ class mysql::params {
     6 @@ -1,3 +1,7 @@
       
     7 +#######################################################################
       
     8 +# Oracle has modified the originally distributed contents of this file.
       
     9 +#######################################################################
       
    10 +
       
    11  # Private class: See README.md.
       
    12  class mysql::params {
       
    13  
       
    14 @@ -288,7 +292,7 @@
     7      'Solaris': {
    15      'Solaris': {
     8        $client_package_name = 'database/mysql-55/client'
    16        $client_package_name = 'database/mysql-55/client'
     9        $server_package_name = 'database/mysql-55'
    17        $server_package_name = 'database/mysql-55'
    10 -      $basedir             = undef
    18 -      $basedir             = undef
    11 +      $basedir             = '/usr/mysql/5.5/'
    19 +      $basedir             = '/usr/mysql/5.5/'