diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/database.pp | 2 |
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, |