Revision
540
Author
misc
Date
2010-12-07 04:21:30 +0100 (Tue, 07 Dec 2010)

Log Message

- more meaningful name

Modified Paths

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-07 03:21:29 UTC (rev 539)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-07 03:21:30 UTC (rev 540)
@@ -11,7 +11,7 @@
     }
 
     $password = extlookup("sympa_password",'x')
-    $ldappass = extlookup("sympa_ldap",'x')
+    $ldap_passwd = extlookup("sympa_ldap",'x')
 
     @@postgresql::user { 'sympa':
         password => $password,