[Puppet Users] puppetlabs-release not signed

2016-04-20 Thread Jonathan Gazeley
This morning I noticed on yum.puppetlabs.com that puppetlabs-release-6-12.noarch.rpm and puppetlabs-release-7-12.noarch.rpm are not signed (possibly others too, I didn't check). My yum cron job is bitching about it because I don't allow unsigned packages. Is this a mistake? Thanks, Jonathan

Re: [Puppet Users] puppetlabs-release not signed

2016-04-20 Thread Artur Gadelshin
Hello. It brokes beaker tests either. 2016-04-20 12:11 GMT+03:00 Jonathan Gazeley : > This morning I noticed on yum.puppetlabs.com that > puppetlabs-release-6-12.noarch.rpm and puppetlabs-release-7-12.noarch.rpm > are not signed (possibly others too, I didn't check). My yum cron job is > bitchin

Re: [Puppet Users] Hiera Error 400 on SERVER: Could not find data item classes in any Hiera data file and no default supplied

2016-04-20 Thread Peter Faller
Ugo, I think you need: classes: - ntp ... instead of: classes: ntp ... to make 'classes' an array instead of a simple value. -- 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,

Re: [Puppet Users] Hiera Error 400 on SERVER: Could not find data item classes in any Hiera data file and no default supplied

2016-04-20 Thread Ugo Bellavance
On Wednesday, April 20, 2016 at 7:45:13 AM UTC-4, Peter Faller wrote: > > Ugo, I think you need: > > classes: > - ntp > > ... instead of: > > classes: ntp > > ... to make 'classes' an array instead of a simple value. > Tried it but I get the same result. I think that both work, the array bei

[Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Geoff Galitz
Hi... Is it possible to get compile master, master of master and code manager (file sync) working in the open source versions? Specifically: puppetserver-2.3.1-1.el7.noarch puppetlabs-release-pc1-1.0.0-1.el7.noarch Or are there pointers to get similar functionality via the open source packages?

[Puppet Users] Re: Hiera Error 400 on SERVER: Could not find data item classes in any Hiera data file and no default supplied

2016-04-20 Thread jcbollinger
On Tuesday, April 19, 2016 at 12:36:47 PM UTC-5, Ugo Bellavance wrote: This: > When debugging on the master: > > # puppet master --debug --compile agent1.example.com | grep hiera | grep > -v Cannot | grep -v Looking > [...] > Debug: hiera(): Hiera YAML backend starting > Debug: hiera(): Foun

[Puppet Users] Re: Hiera Error 400 on SERVER: Could not find data item classes in any Hiera data file and no default supplied

2016-04-20 Thread Ugo Bellavance
On Wednesday, April 20, 2016 at 9:03:35 AM UTC-4, jcbollinger wrote: > > > > On Tuesday, April 19, 2016 at 12:36:47 PM UTC-5, Ugo Bellavance wrote: > > This: > > >> When debugging on the master: >> >> # puppet master --debug --compile agent1.example.com | grep hiera | grep >> -v Cannot | grep

Re: [Puppet Users] puppetlabs-release not signed

2016-04-20 Thread Kenton Brede
I'm getting the same for: Package puppetlabs-release-5-12.noarch.rpm is not signed Package puppetlabs-release-6-12.noarch.rpm is not signed Package puppetlabs-release-7-12.noarch.rpm is not signed Kenton Brede On Wed, Apr 20, 2016 at 4:11 AM, Jonathan Gazeley < jonathan.gaze...@bristol.ac.

Re: [Puppet Users] Patterns for multi-arch libraries...

2016-04-20 Thread jcbollinger
On Tuesday, April 19, 2016 at 11:07:07 AM UTC-5, J.T. Conklin wrote: > > Rob Nelson > writes: > > Silly question, but what package manager doesn't let you upgrade those > > two packages independently but also doesn't update the dependent > > packages at the same time? > > We have this problem

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Christopher Wood
Yes it is. We have one bigip virtual server for the CA (with a single host behind it) and one virtual server per datacenter location with some compile-only masters. Each agent has both ca_server and server set in their configuration at build time. We use the puppetserver and puppet-agent rpms f

[Puppet Users] Re: Strategies for "boring" packages

2016-04-20 Thread jcbollinger
On Monday, April 18, 2016 at 8:07:34 PM UTC-5, J.T. Conklin wrote: > So I throw the question to the puppet community... What strategies do > you use for "boring" modules so you're not overwhelmed by hundreds of > small boilerplate modules? > > Although it's orthogonal to the question, wheth

Re: [Puppet Users] Strategies for "boring" packages

2016-04-20 Thread Dirk Heinrichs
Am 19.04.2016 um 02:47 schrieb J.T. Conklin: > What strategies do you use for "boring" modules so you're not > overwhelmed by hundreds of small boilerplate modules? I use a simple module with one class for mass-installing packages and another one for mass-uninstalling, like: class linux_base::in

Re: [Puppet Users] puppetlabs-release not signed

2016-04-20 Thread chrido
Similiar problems with apt: W: GPG error: http://apt.puppetlabs.com wily Release: The following signatures were invalid: BADSIG 1054B7A24BD6EC30 Puppet Labs Release Key (Puppet Labs Release Key) There is a new pubkey in http://apt.puppetlabs.com/, are you changing the key? On Wednesday, April

Re: [Puppet Users] puppetlabs-release not signed

2016-04-20 Thread Melissa Stone
Thanks for reporting this, everyone. I've fixed the packages on yum.puppetlabs.com, and I'll start investigating apt.puppetlabs.com now. On Wed, Apr 20, 2016 at 7:55 AM chrido wrote: > Similiar problems with apt: > W: GPG error: http://apt.puppetlabs.com wily Release: The following > signatures

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Kevin Corcoran
On Wed, Apr 20, 2016 at 5:58 AM, Geoff Galitz wrote: > Is it possible to get compile master, master of master and code manager > (file sync) working in the open source versions? > Code manager and file sync are only available as part of Puppet Enterprise. I believe the standard alternative is t

Re: [Puppet Users] puppetlabs-release not signed

2016-04-20 Thread Rick Sherman
Hi chrido, I'm trying to reproduce the issue you saw. Could you please provide the Puppet related output of apt-key finger Thank you, Rick Sherman Release Engineering, Puppet On Wednesday, April 20, 2016 at 9:55:04 AM UTC-5, chrido wrote: > > Similiar problems with apt: > W: GPG error: http://

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Geoff Galitz
Thanks for the replies... any pointers on setting up puppet servers as compile masters? -G On Wed, Apr 20, 2016 at 5:12 PM, Kevin Corcoran wrote: > On Wed, Apr 20, 2016 at 5:58 AM, Geoff Galitz > wrote: > >> Is it possible to get compile master, master of master and code manager >> (file syn

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Christopher Wood
https://docs.puppet.com/puppetserver/2.2/external_ca_configuration.html#disabling-the-internal-puppet-ca-service I use that line and have puppetized builds for puppetmasters anyway. Albeit that setting the Subject Alternative Name for the outside of the load balancer takes slightly more effort t