[Puppet Users] Bolt 1.34.0 is now available

2019-10-17 Thread puppet-product-updates
Greetings! We're happy to announce the release of Bolt 1.34.0. Highlights in this release include: - Harmonize JSON and Puppet language Result Objects - The add_facts plan function returns a Target object Bug fixes include: - Failed to log transport type when making a connection - E

Re: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread Morgan Rhodes
On Thu, Oct 17, 2019 at 1:03 PM A Manzer wrote: > On Thursday, October 17, 2019 at 3:10:36 PM UTC-4, Morgan Rhodes wrote: >> >> The "from source" builds aren't quite nightlies, since they get built on >> every commit/PR into master, so depending on how much development is >> happening it could en

Re: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread A Manzer
On Thursday, October 17, 2019 at 3:10:36 PM UTC-4, Morgan Rhodes wrote: > > The "from source" builds aren't quite nightlies, since they get built on > every commit/PR into master, so depending on how much development is > happening it could end up built more often, and there's certainly more risk

Re: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread Morgan Rhodes
On Thu, Oct 17, 2019 at 5:02 AM A Manzer wrote: > On Wednesday, October 16, 2019 at 5:44:27 PM UTC-4, Morgan Rhodes wrote: >> >> >> Is your confusion mostly around the fact that one of them is built from >> source and one from package, or that 6.7 is more of a floating tag? I know >> I've seen th

Re: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread Morgan Rhodes
On Thu, Oct 17, 2019 at 1:51 AM Bart-Jan Vrielink wrote: > Hello, > > > I'm equally confused. For almost all containers I'm used to, if the tag is > just a version number, to me it indicates "built the same way as latest, > but a fixed snapshot". If it is not built the same way as latest, I would

Re: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread A Manzer
On Wednesday, October 16, 2019 at 5:44:27 PM UTC-4, Morgan Rhodes wrote: > > > Is your confusion mostly around the fact that one of them is built from > source and one from package, or that 6.7 is more of a floating tag? I know > I've seen that pattern in some other upstream repos like centos, po

[Puppet Users] Re: Puppet agent fails collect packages for puppet "Cannot collect packages for Puppet::Type::package::ProviderYum provider; Failed to list packages"

2019-10-17 Thread KevinR
I sometimes have this issue on one particular node, the cause is that the Yum database gets corrupted on that node sometimes. I've built this Puppet Task to repair the database when it happens: #!/bin/bash rm -f /var/lib/rpm/__db* rpm --rebuilddb yum clean all yum check-update if [ $? == 100 ];

RE: [Puppet Users] Re: [RFC] Changes to open-source container versioning

2019-10-17 Thread Bart-Jan Vrielink
Hello, I'm equally confused. For almost all containers I'm used to, if the tag is just a version number, to me it indicates "built the same way as latest, but a fixed snapshot". If it is not built the same way as latest, I would expect the tag to include a label for that. So puppet/puppetserv