From da34f915532f2454409daaf121bcfcbc4fa8e560 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 09:16:45 -0300 Subject: Cleanup --- manifests/init.pp | 10 ---------- 1 file changed, 10 deletions(-) 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, -- cgit v1.2.3