OK, so that method of addressing them didn't work
[mirror/dsa-puppet.git] / files / etc / puppet / lib / puppet / parser / functions / allnodeinfo.rb
index 0b072de..eb00a67 100644 (file)
@@ -1,5 +1,5 @@
 module Puppet::Parser::Functions
   newfunction(:allnodeinfo, :type => :rvalue) do |attributes|
-    return Puppet::Parser::Functions::ldapinfo('*', attributes)
+    return ldapinfo('*', attributes)
   end
 end