Revision
486
Author
misc
Date
2010-11-30 20:21:46 +0100 (Tue, 30 Nov 2010)

Log Message

since the domain name is not added automatically by openssl module, add
it here

Modified Paths

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/"
         }
     }