view modules/mysql/examples/mysqltuner.pp @ 443:c6c9a2cfcfbd

Update MySQL module Fixes a problem with MariaDB and blank certificate paths
author IBBoard <dev@ibboard.co.uk>
date Mon, 08 May 2023 11:48:41 +0100
parents 668df4711671
children
line wrap: on
line source

# @summary
#   Manage the MySQLTuner package.

$version = 'v1.3.0'

file { '/usr/local/bin/mysqltuner':
  ensure => 'file',
  owner  => 'root',
  group  => 'root',
  mode   => '0550',
  source => "https://github.com/major/MySQLTuner-perl/raw/${version}/mysqltuner.pl",
}