now bad path
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 11:19:53 +0000 (11:19 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 11:19:53 +0000 (11:19 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/puppetmaster/lib/puppet/parser/functions/nodeinfo.rb

index 2cdfab9..75e9c88 100644 (file)
@@ -4,7 +4,7 @@ module Puppet::Parser::Functions
     host = args[0]
     yamlfile = args[1]
 
-    require '/etc/puppet/lib/puppet/parser/functions/ldapinfo.rb'
+    require '/var/lib/puppet/lib/puppet/parser/functions/ldapinfo.rb'
 
     results         = function_yamlinfo(host, yamlfile)
     results['ldap'] = function_ldapinfo(host, '*')