summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 09:16:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 09:16:45 -0300
commitda34f915532f2454409daaf121bcfcbc4fa8e560 (patch)
treea1f05f78a8d2cc19492a659851035cf61b822123
parentcf23412eb52a016431cd92ff69cd3c02488a1501 (diff)
downloadpuppet-database-da34f915532f2454409daaf121bcfcbc4fa8e560.tar.gz
puppet-database-da34f915532f2454409daaf121bcfcbc4fa8e560.tar.bz2
Cleanup
-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,