]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - files/etc/puppet/lib/puppet/parser/functions/nodeinfo.rb
OK, so that method of addressing them didn't work
[dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / nodeinfo.rb
index fc9a25cb7d088118426839137636870653213934..5223752075aa3372d5150eab079ad26f10a0f21f 100644 (file)
@@ -44,7 +44,7 @@ module Puppet::Parser::Functions
       end
     end
 
-    results['ldap'] = Puppet::Parser::Functions::ldapinfo(host, '*')
+    results['ldap'] = ldapinfo(host, '*')
   end
 end