components/ruby/puppet-modules/puppetlabs-mysql/patches/01-installdb.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 In-house patch to change the path for Solaris to find install_db.
       
     2 This patch is not suitable for upstream.
       
     3 
       
     4 --- puppetlabs-mysql-3.6.0/manifests/server/installdb.pp.orig	2015-08-04 09:50:53.470952177 -0700
       
     5 +++ puppetlabs-mysql-3.6.0/manifests/server/installdb.pp	2015-08-04 09:51:21.619646340 -0700
       
     6 @@ -18,7 +18,7 @@ class mysql::server::installdb {
       
     7        command   => "mysql_install_db ${install_db_args}",
       
     8        creates   => "${datadir}/mysql",
       
     9        logoutput => on_failure,
       
    10 -      path      => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin',
       
    11 +      path      => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/mysql/5.5/bin',
       
    12        require   => Package['mysql-server'],
       
    13      }
       
    14