From: Silvio Rhatto Date: Wed, 15 Aug 2012 22:10:17 +0000 (-0300) Subject: Removing /etc/security/limits.d/mysql.conf X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f3edea23f731662f38179b248bb5cb54881fb3ce;p=puppet-nodo.git Removing /etc/security/limits.d/mysql.conf --- diff --git a/manifests/subsystems/database.pp b/manifests/subsystems/database.pp index deb905c..7b5398f 100644 --- a/manifests/subsystems/database.pp +++ b/manifests/subsystems/database.pp @@ -3,7 +3,7 @@ class database { # See http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql file { '/etc/security/limits.d/mysql.conf': - ensure => present, + ensure => absent, owner => root, group => root, mode => 0644,