File: mysqltuner.pp

package info (click to toggle)
puppet-module-puppetlabs-mysql 15.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 1,648; sh: 43; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# @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",
}