Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-10-01 Thread Jeffrey Watts
Ken, here's my puppet.conf: [main] logdir = /var/log/puppet modulepath = /etc/puppet/modules rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig server = puppetmaster.example.com show_diff = true [

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-29 Thread Ken Barber
> On a normal setup puppet master --configprint ssldir and puppet agent > --configprint ssldir should return the same thing. And normally you don't > have your master configuration on agent nodes. > But doing that sort of fallback sounds like a good solution that should > cover most cases well. Th

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-29 Thread Erik Dalén
On a normal setup puppet master --configprint ssldir and puppet agent --configprint ssldir should return the same thing. And normally you don't have your master configuration on agent nodes. But doing that sort of fallback sounds like a good solution that should cover most cases well. On 27 Septe

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-27 Thread Jeffrey Watts
My concern is that after downloading the PuppetDB RPM from PuppetLabs it should not throw errors on installation, which it currently does if you install it on a server that is not the master. I also believe that having the PuppetDB separate from the Puppetmaster is not an edge case (I'd actually a

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-27 Thread Erik Dalén
On 27 September 2013 13:26, Ken Barber wrote: > > Lastly, the puppetdb-ssl-setup script still does not work when the > PuppetDB > > does not reside on the Puppetmaster. The fix is pretty simple, and the > > issue is in the bug tracker. I created a question and answer on > > ask.puppetlabs.com t

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-27 Thread Ken Barber
> Lastly, the puppetdb-ssl-setup script still does not work when the PuppetDB > does not reside on the Puppetmaster. The fix is pretty simple, and the > issue is in the bug tracker. I created a question and answer on > ask.puppetlabs.com to try and help others that run into it: > https://ask.pupp

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-26 Thread Deepak Giridharagopal
On Sep 26, 2013, at 9:01 AM, Darin Perusich wrote: > Jeff, > > I've packaged puppetdb for OpenSUSE/SLES. all versions, and it's > available in the systemsmanagement:puppet repository. It builds > puppetdb fully from source, no binary blobs, has SuSE compatible > init/systemd scripts, etc. > > D

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-26 Thread Jeffrey Watts
Thanks Darin! Jeffrey. On Thu, Sep 26, 2013 at 11:01 AM, Darin Perusich wrote: > Jeff, > > I've packaged puppetdb for OpenSUSE/SLES. all versions, and it's > available in the systemsmanagement:puppet repository. It builds > puppetdb fully from source, no binary blobs, has SuSE compatible > ini

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-26 Thread Darin Perusich
Jeff, I've packaged puppetdb for OpenSUSE/SLES. all versions, and it's available in the systemsmanagement:puppet repository. It builds puppetdb fully from source, no binary blobs, has SuSE compatible init/systemd scripts, etc. Download Top level for all repos: http://download.opensuse.org/reposit

[Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-26 Thread Jeffrey Watts
I just built the PuppetDB 1.4.0 RPMs on OpenSuSE 12.1. The specfile works much better on OpenSuSE now. Two issues came up, however: The 'BuildRequires:sles-release' needs to have a conditional around it so that it can tell between SLES and OpenSuSE. I think this works (I don't have a SLES box t