[Puppet Users] Re: Puppetserver & content logging

2017-01-04 Thread Jeremy Barlow
Hi Thomas, On Friday, December 23, 2016 at 3:11:53 AM UTC-8, Thomas Müller wrote: > > Hi Jeremy > > Am Mittwoch, 21. Dezember 2016 22:31:34 UTC+1 schrieb Jeremy Barlow: >> >> I don't think there's any way to register the TeeFilter without making >> changes

[Puppet Users] Re: Puppetserver & content logging

2016-12-21 Thread Jeremy Barlow
I don't think there's any way to register the TeeFilter without making changes to the library, trapperkeeper-webserver-jetty9 , that Puppet Server uses to integrate the Jetty web server. If you just wanted to get the response body bu

[Puppet Users] Re: Ruby issue for installing "google-api-client" gem

2016-10-05 Thread Jeremy Barlow
Puppet Server is currently using JRuby from its 1.7.x release line, fixed to emulate MRI Ruby version 1.9. Eventually, we hope to be able to have Puppet Server use the JRuby 9000 line, which intends to be compatible with MRI Ruby 2.x. SERVER-1586

Re: [Puppet Users] puppetserver error "Service ':CaService' not found" when following puppet install guide

2016-09-10 Thread Jeremy Barlow
On Friday, September 9, 2016 at 7:25:48 AM UTC-7, Daniel Creed wrote: > > I have the same error, but even with the ca.cfg file. > > Assuming you are using Puppet Server 2.5.0 or 2.6.0, you might check to see that the "BOOTSTRAP_CONFIG" variable in your "/etc/sysconfig/puppetserver" or "/etc/def

[Puppet Users] Announce: Puppet Server 2.6.0 and 1.2.0 are available

2016-09-08 Thread Jeremy Barlow
We’re happy to announce the 2.6.0 and 1.2.0 releases of Puppet Server. These are backward compatible feature and bug fix releases for versions 2.5.0 and 1.1.3, respectively. *NOTE*: If you are upgrading to version 2.6.0 from a version earlier than 2.5.0 and you have modified the “bootstrap.cfg

Re: [Puppet Users] Puppet web server stops after being started

2016-08-31 Thread Jeremy Barlow
web server again > > The output of the log is attached to this post > > Just an idea, could it be better to remove the installation completly and > try to reinstall everything? > > > Am Montag, 29. August 2016 18:10:18 UTC+2 schrieb Jeremy Barlow: >> &g

Re: [Puppet Users] Puppet web server stops after being started

2016-08-29 Thread Jeremy Barlow
ement a fix for SERVER-528 <https://tickets.puppetlabs.com/browse/SERVER-528> sometime soon. --- Jeremy Am Dienstag, 23. August 2016 20:15:36 UTC+2 schrieb Jeremy Barlow: >> >> Michael, >> >> It looks like it got further that time but a different error came up this &g

Re: [Puppet Users] Puppet web server stops after being started

2016-08-23 Thread Jeremy Barlow
> Michael > > > > > > Am Samstag, 6. August 2016 17:29:48 UTC+2 schrieb Jeremy Barlow: >> >> Michael, >> >> Did you happen to move the file installed by default at >> /etc/puppetlabs/puppet/auth.conf to >> /etc/puppetlabs/puppetserver/conf

[Puppet Users] Re: Beware breaking updates on puppetserver v2.5.0 with external CA, downgrade ALSO destructive

2016-08-18 Thread Jeremy Barlow
On Thursday, August 18, 2016 at 9:53:37 AM UTC-7, Ben West wrote: > > The configuration for running Open Source puppetserver with an external CA > changed in v2.4 -> v2.5, explained in more detail here: > > https://docs.puppet.com/puppetserver/latest/bootstrap_upgrade_notes.html#cacfg > > If you

Re: [Puppet Users] Puppet web server stops after being started

2016-08-06 Thread Jeremy Barlow
Michael, Did you happen to move the file installed by default at /etc/puppetlabs/puppet/auth.conf to /etc/puppetlabs/puppetserver/conf.d/auth.conf. The formats for these two auth.conf files are completely different and cannot be used interchangeably. The file at /etc/puppetlabs/puppet/auth.co

[Puppet Users] Re: Significance of ca_name?

2016-04-04 Thread Jeremy Barlow
On Saturday, April 2, 2016 at 4:36:46 AM UTC-7, dE wrote: > > The documentation says -- > > The name to use the Certificate Authority certificate. >> > > Which sound like wrong grammar. The correct one must be -- > > > The name to use for the Certificate Authority certificate. > > > On my master,

[Puppet Users] Re: Puppet Server Crashing often

2015-12-19 Thread Jeremy Barlow
Has your Puppet Server written any content into the " /var/log/puppetlabs/puppetserver/puppetserver-daemon.log" file? Memory-related errors will often be written here instead of to the "/var/log/puppetlabs/puppetserver/puppetserver.log" file. For example, you may see something like: # > # jav

[Puppet Users] Re: Announce: Puppet Server 2.2.0 available!

2015-12-19 Thread Jeremy Barlow
on. The writeup on the old auth.conf seems much > more clear on how to use it: > https://docs.puppetlabs.com/puppet/latest/reference/config_file_auth.html. > > On Saturday, November 21, 2015 at 9:19:54 AM UTC-8, Jeremy Barlow wrote: >> >> >> ... >> >> I

[Puppet Users] Re: Announce: Puppet Server 2.2.0 available!

2015-11-21 Thread Jeremy Barlow
On Friday, November 20, 2015 at 3:43:38 PM UTC-8, Ellison Marks wrote: > > As I didn't see it in the documentation there, is there any documentation > on migrating settings from the old format and file to the new one? > The documentation under http://docs.puppetlabs.com/puppetserver/2.2/config

[Puppet Users] Announce: Puppet Server 2.2.0 available!

2015-11-19 Thread Jeremy Barlow
Puppet Server 2.2.0 is now available. This is a feature release which, based on contributions from Brice Figureau, introduces a new Clojure-based auth.conf for Puppet Server. This initiative was previously described in the "RFC 22: HTTP Authorization Framework" thread here: https://groups.goog

[Puppet Users] Announce: Puppet Server 2.1.1 and 1.1.1 available!

2015-06-18 Thread Jeremy Barlow
We're pleased to announce that Puppet Server 2.1.1 and 1.1.1 are both now available! Both of these releases are backwards compatible bug fix and security releases in their respective Semantic Versioning major versions. This email is a combined announcement for 2.1.1 and 1.

[Puppet Users] Re: Fresh Puppet PE 3.8 install error

2015-05-04 Thread Jeremy Barlow
We found a likely explanation for the Puppet Server service not starting on PE 3.8. The newer Puppet Server version in PE 3.8, through transitive dependencies, needs to be able to load the "libcrypt.so" shared library. On some Ubuntu configurations, the LD_LIBRARY_PATH doesn't include the dire

[Puppet Users] Announce: Puppet Server 1.0.8 available!

2015-03-30 Thread Jeremy Barlow
We're pleased to announce that Puppet Server 1.0.8 is now available. This release is a bug fix / maintenance release in the Puppet Server 1.x series. In accordance with the Semantic Versioning specification, this release contains fixes for bugs reported against the 1.0.2 rel