From 7b956fc478bfc9f4c5d2d52e2a00a9bce0c05d5a Mon Sep 17 00:00:00 2001 From: Michal Rychlik Date: Wed, 27 Jul 2016 09:12:08 +0200 Subject: [PATCH] changed some params to undef instead of empty --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 1d052ba..0d653ee 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -11,8 +11,8 @@ class nslcd::params { $ldap_version = '3' $ldap_binddn = undef $ldap_bindpw = undef - $ldap_search_base = '' - $ldap_group_base = '' + $ldap_search_base = undef + $ldap_group_base = undef $ldap_search_scope = 'subtree' $ldap_filters = {} $ldap_ssl = 'off'