Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-07-05 Thread Melissa Stone
On Sun, Jul 3, 2016 at 12:23 PM John Naggets wrote: > This means I would have to redo my whole current version 3 puppet master > node in oder to be sure it works with version 4 and on top of that I would > have to upgrade all nodes with your own package of puppet 4. This is a > clear no go for me

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-07-03 Thread John Naggets
This means I would have to redo my whole current version 3 puppet master node in oder to be sure it works with version 4 and on top of that I would have to upgrade all nodes with your own package of puppet 4. This is a clear no go for me. I want to use the official packages of Debian and I can'

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-30 Thread Melissa Stone
On Thu, Jun 30, 2016 at 1:56 PM John Naggets wrote: > Hi Melissa, > > So do I understand you correctly here: there is no way that I can run > PuppetDB on a Debian 8 server using the official Debian Puppet version 3.7 > package? > You can run it with the wheezy package like Wyatt suggests, it shou

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-30 Thread John Naggets
Hi Melissa, So do I understand you correctly here: there is no way that I can run PuppetDB on a Debian 8 server using the official Debian Puppet version 3.7 package? Regards John On Thursday, June 30, 2016 at 7:28:34 PM UTC+2, Melissa Stone wrote: > > > > On Thu, Jun 30, 2016 at 9:12 AM Wyatt

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-30 Thread Melissa Stone
On Thu, Jun 30, 2016 at 9:12 AM Wyatt Alt wrote: > > > > On 06/29/2016 10:30 PM, John Naggets wrote: > > Hi Wyatt, > > > > Any ideas where I can find PuppetDB v2.x? In the APT repository of > > PuppetLabs the oldest I can find is version 3.2. > Those are in the non-PC1 repos at apt.puppetlabs.com

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-30 Thread Wyatt Alt
On 06/29/2016 10:30 PM, John Naggets wrote: Hi Wyatt, Any ideas where I can find PuppetDB v2.x? In the APT repository of PuppetLabs the oldest I can find is version 3.2. Those are in the non-PC1 repos at apt.puppetlabs.com, but is no 2.3.x package for Jessie there. The wheezy ones appear to

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread John Naggets
Hi Wyatt, Any ideas where I can find PuppetDB v2.x? In the APT repository of PuppetLabs the oldest I can find is version 3.2. Regards J. On Wednesday, June 29, 2016 at 11:40:01 PM UTC+2, Wyatt Alt wrote: > > John, > > You'll want a PuppetDB version in the 2.x series -- 3+ requires Puppet 4. > >

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread Wyatt Alt
John, You'll want a PuppetDB version in the 2.x series -- 3+ requires Puppet 4. On the offchance that you're just getting started, note that you can install the latest puppetserver and puppet-agent packages from the same PC1 repo, and that the latest PuppetDB will work with those. Wyatt On

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread John Naggets
Thanks Nick for the pointer, I have now installed the puppetlabs-release-pc1-jessie.deb package from apt.puppetlabs.com and I am trying to install PuppetDB with the following command: sudo puppet resource package puppetdb ensure=latest Unfortunately I get the following a dependency error messag

Re: [Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread Nick Miller
John, Puppet provides a repo for Debian Jessie. You can install it with the rpm found here: https://apt.puppetlabs.com/ Best, Nick On Wed, Jun 29, 2016 at 4:46 AM, John Naggets wrote: > Hello, > > I am using Debian 8 with the puppetmaster package from the official Debian > 8 repository. Now as

[Puppet Users] Installing PuppetDB on Debian 8 with Puppet 3.7

2016-06-29 Thread John Naggets
Hello, I am using Debian 8 with the puppetmaster package from the official Debian 8 repository. Now as Debian does not provide a puppetdb package I wanted to know from which source I should install PuppetDB? and also which version of PuppetDB to install? Will PuppetDB version 4.1 work with Pupp