From: Silvio Rhatto Date: Tue, 27 May 2014 16:23:51 +0000 (-0300) Subject: Managin mysqltuner X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=24944f7ef634fd6182725933d503b01f7ea10afe;p=puppet-database.git Managin mysqltuner --- diff --git a/manifests/init.pp b/manifests/init.pp index f361742..31361bf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,10 @@ class database { class { 'mysql::server': } + package { 'mysqltuner': + ensure => installed, + } + # See http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql file { '/etc/security/limits.d/mysql.conf': ensure => absent,