From: Silvio Rhatto Date: Fri, 19 Jun 2015 12:16:45 +0000 (-0300) Subject: Cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=da34f915532f2454409daaf121bcfcbc4fa8e560;p=puppet-database.git Cleanup --- diff --git a/manifests/init.pp b/manifests/init.pp index e0e67aa..38c33e7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,16 +14,6 @@ class database { content => "mysql soft nofile 24000\nmysql hard nofile 32000\n", } - # TODO: remove in the future - file { '/etc/mysql/conf.d/mysqld_open_files_limit.cnf': - ensure => absent, - owner => root, - group => root, - mode => 0644, - content => "[mysqld]\nopen-files-limit = 500000\n", - notify => Service['mysql'], - } - backupninja::mysql { "all_databases": backupdir => '/var/backups/mysql', compress => true,