]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
OK, so that method of addressing them didn't work
authorStephen Gran <steve@lobefin.net>
Sat, 14 Nov 2009 17:59:39 +0000 (17:59 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 14 Nov 2009 17:59:39 +0000 (17:59 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
files/etc/puppet/lib/puppet/parser/functions/allnodeinfo.rb
files/etc/puppet/lib/puppet/parser/functions/nodeinfo.rb

index 0b072de773e4c44390c56b57e8d3fa2816dc3280..eb00a674b3ab1f33f1184ccc6e546fa155ccfa6b 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
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