On Wed, Sep 8, 2010 at 9:25 AM, James Cammarata <[email protected]> wrote: > >>> The only way to get rid of this error is to set the libdir variable, >>> which >>> I don't think is right. Can anyone point out what I'm doing wrong > here? >>> The documentation on custom facts is pretty horrible, and is too much a >>> mish-mash of old vs new methods. >>> >> >> So setting the factpath isn't enough? You're finding you need to set >> the libdir as well? What is the libdir set to with the above settings? >> (sudo puppetd --configprint libdir) > > Setting libdir on the client just causes a different error to be generated, > it doesn't really work still.
How does the error differ? So lets step back and make sure all the right bits are set up. Are you using environments? Is the server definitely serving the modulepath that you think it is to this client? Can you confirm that with a manifest in that modulepath and running with --no-pluginsync on the client? I believe I've seen your error in the past when you try to pluginsync and the server is serving an empty directory for the plugin source. > > >> What puppet versions are you running? > > 0.25.4, installed from EPEL RPMs. > > >> I don't believe you need a [plugins] mountpoint defined. >> >> With 0.25.x I don't have one, and modules/*/lib/facter syncs quite > happily. > > It appears to be optional, it creates a default if you don't based on > puppetmasterd --debug output > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
