since the domain name is not added automatically by openssl module, add it here
Modified: puppet/modules/openldap/manifests/init.pp =================================================================== --- puppet/modules/openldap/manifests/init.pp 2010-11-30 19:21:45 UTC (rev 485) +++ puppet/modules/openldap/manifests/init.pp 2010-11-30 19:21:46 UTC (rev 486) @@ -17,7 +17,7 @@ mode => 755, } - openssl::self_signed_cert{ 'ldap': + openssl::self_signed_cert{ "ldap.$domain": directory => "/etc/ssl/openldap/" } }