From e29312bac74c2ab09fd62564efe2d1d3cb50cc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Ara=C3=B1a=20Cruz?= Date: Fri, 25 Jul 2014 09:02:34 +0100 Subject: [PATCH] Remove unneeded puredb from pureftpd::params switch. --- manifests/params.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index db4d5ee..5b32e18 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -11,7 +11,6 @@ class pureftpd::params { 'postgresql': { $real_auth_type = '-postgresql' } - 'puredb', default: { $real_auth_type = '' }