]> gitweb.fluxo.info Git - puppet-database.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 12:16:45 +0000 (09:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 19 Jun 2015 12:16:45 +0000 (09:16 -0300)
manifests/init.pp

index e0e67aa4b7132dc95d6a210d222ef1235fe01d94..38c33e73de2ba731568decc97799f281e8a7b267 100644 (file)
@@ -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,