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
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
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
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
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
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
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 ];
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