On Mon, Sep 29, 2014 at 1:39 PM, Darin Perusich <da...@darins.net> wrote:

> Progress...after making that change to the project.clj and building
> it's now failing to start with this error. Hopefully I can dig into
> this a bit more tomorrow, but puppetdb has been working fine on this
> system.
>
> ArgumentError: Could not find terminus puppetdb for indirection facts
>       validate_terminus_class at
>

This sounds like the puppetdb terminus code isn't on the ruby load path (as
perceived by the embedded JRuby instances).

In a Cent/RHEL install, e.g., there will be a config file that gets created
that has a setting that looks like this:

https://github.com/puppetlabs/puppet-server/blob/master/dev/sample-configs/puppet-server.sample.conf#L21

It will be populated with the list of ruby paths where the puppet/facter
packages will install the ruby code for that platform, and the puppetdb
terminus should put its ruby code in the same place.  You may need to add
additional paths to that setting for your system.

Sorry we don't have more docs on the settings yet, they're on their way :)

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/CAMx1QfKL3E3ZuHO2Y%3DHcFjkH11Opxgfw1aH%3Dj527cmJnOphKag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to