On Mon, Dec 8, 2014 at 5:01 AM, Ken Barber <
k...@puppetlabs.com> wrote:
>> We have entirely-gem based Puppet masters (no Ubuntu packages installing
>> Puppet)... we're trying to add in the puppetdb-terminus gemfile. We have it
>> configured, and installed:
>>
>>
>> # gem list | grep -i puppet
>> hiera-puppet (1.0.0)
>> puppet (3.7.3)
>> puppet-catalog-test (0.3.1)
>> puppet-lint (1.0.1)
>> puppet-syntax (1.3.0)
>> puppetdb-terminus (1.0)
>> puppetlabs_spec_helper (0.8.2)
>> rspec-hiera-puppet (1.0.0)
>
> That is not an official gem for puppetdb-terminus :-). Someone
> uploaded it in the past, I think its a dud.
If this isn't official, would Puppet Labs be willing to have it
removed or publish the gem?
> We don't really ship a rubygem, we do have a gemfile however:
>
https://github.com/puppetlabs/puppetdb/tree/master/contrib/gem
>
> That can be used to create your own gem.
>
>> We're running into a problem with our Unicorn/Nginx config though...
>>
>> puppet-master[17213]: Could not configure routes from
>> /etc/puppet/routes.yaml: Could not find terminus puppetdb for indirection
>> facts
>>
>> Is there something special we need to do to the
config.ru or something so
>> that it can find the puppetdb terminus from the gem thats installed?
>
> That just looks like the necessary ruby library files aren't in place,
> probably due to the bad gem.
>
> ken.
>
> --
> You received this message because you are subscribed to the Google Groups "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
puppet-users...@googlegroups.com.