Oh, how silly
[mirror/dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / nodeinfo.rb
index 5223752..d8af932 100644 (file)
@@ -44,7 +44,7 @@ module Puppet::Parser::Functions
       end
     end
 
-    results['ldap'] = ldapinfo(host, '*')
+    results['ldap'] = function_ldapinfo(host, '*')
   end
 end