]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 2cdfab9a68d956010bfda534e9c18ab4266df9f1..75e9c881b7e94badf0565f7c8f282736efd28400 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, '*')