Re: [Puppet Users] Re: puppetdb "

2020-05-05 Thread Zachary Kent
Hi Steve, Thank you for such a thorough explanation of the issue you were seeing. We're fixing this now and will put out a new version of PuppetDB with a fix ASAP (likely in the next couple days). The two options you mentioned as possible workarounds would both get the job done and seem low risk,

[Puppet Users] How to run yum update in puppet config.pp file?

2020-05-05 Thread Shivabalaji
Hi Team, I want to run yum updated every time, when I run puppet update. How do I add yum update command? -- 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, send an email to puppet

Re: [Puppet Users] How to run yum update in puppet config.pp file?

2020-05-05 Thread Martin Alfke
Hi, > On 6. May 2020, at 02:17, Shivabalaji wrote: > > Hi Team, > I want to run yum updated every time, when I run puppet update. How do I add > yum update command? You can use Puppet to create a cron job which runs the yum update. https://forge.puppet.com/puppet/cron