Oh, how silly
[mirror/dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / allnodeinfo.rb
index eb00a67..9a7d8c4 100644 (file)
@@ -1,5 +1,5 @@
 module Puppet::Parser::Functions
   newfunction(:allnodeinfo, :type => :rvalue) do |attributes|
-    return ldapinfo('*', attributes)
+    return function_ldapinfo('*', attributes)
   end
 end