view modules/mysql/examples/mysqltuner.pp @ 454:d0e7979c7e8c

Update PHP configs for Ubuntu Mostly fixing some INI naming so that it is consistent between packages and what we write (so we don't end up with mixed/duplicate content)
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Aug 2023 15:26:37 +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",
}