I'm using PuppetDB 1.0.2 on a different node.

cat /etc/puppet/routes.yaml
---
master:
  facts:
    terminus: puppetdb
    cache: yaml

Found the issue. I needed to copy the puppetdb libs to the puppet
installation dir.

cd puppetdb-1.0.2/ext/master/lib/puppet && cp -R *
/usr/lib/ruby/gems/1.8/gems/puppet-2.7.20/lib/puppet

Thanks for the hint Erik.


-- 
Met vriendelijke groet, Kind Regards,

Martin Willemsma

2012/11/20 Jeff McCune <[email protected]>

> On Tue, Nov 20, 2012 at 7:41 AM, Martin Willemsma <[email protected]>
> wrote:
> > Thanks!
> >
> > I wanted to upgrade from 2.7.18 to 2.7.20. Tried the upgrade on one
> > puppetmaster on Ubuntu 10.04 behind Nginx and Passenger
> >
> > I have an installation from gem
> >
> > Updating installed gems
> > Updating puppet
> > Successfully installed puppet-2.7.20
> > Gems updated: puppet
> >
> > After restarting Nginx I get an error on check-in from an agent
> >
> > Ruby (Rack) application could not be started
> >
> > Full output:
> > http://pastebin.com/tVKWHuw3
>
> Could you please copy / paste the /etc/puppet/routes.yaml file?  Are
> you using PuppetDB?
>
> -Jeff
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Developers" 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-dev?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.

Reply via email to