]> gitweb.fluxo.info Git - puppet-database.git/commitdiff
Managin mysqltuner
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 May 2014 16:23:51 +0000 (13:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 May 2014 16:23:51 +0000 (13:23 -0300)
manifests/init.pp

index f3617422e965c547a480eb92bb0243f9e389277b..31361bf483c6737c98328703c1fe6ad54ea44080 100644 (file)
@@ -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,