aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-15 19:10:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-15 19:10:17 -0300
commitf3edea23f731662f38179b248bb5cb54881fb3ce (patch)
tree55acf1674394293b56bf6aa3d7cdaa0d87f54213 /manifests
parent8bea60fb10b63d310720d6f5b1566156412242fc (diff)
downloadpuppet-nodo-f3edea23f731662f38179b248bb5cb54881fb3ce.tar.gz
puppet-nodo-f3edea23f731662f38179b248bb5cb54881fb3ce.tar.bz2
Removing /etc/security/limits.d/mysql.conf
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/database.pp2
1 files changed, 1 insertions, 1 deletions
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,