summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 0 insertions, 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,