We want to talk to LDAP on db, not samosa
[mirror/dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / nodeinfo.rb
index db16133..52b399d 100644 (file)
@@ -21,7 +21,7 @@ module Puppet::Parser::Functions
       end
     end
 
-    ldap = LDAP::Conn.new('samosa.debian.org')
+    ldap = LDAP::Conn.new('db.debian.org')
 
     results['ldap'] = []
     filter = '(hostname=' + host +')'