[Puppet Users] Facter 4.0.20 is now available

2020-05-06 Thread Bogdan Irimie
Hello, The Facter team is happy to announce the release of Facter 4.0.20 Here is what changed: *Added* - Add BSD kernelversion and kernelmajversion facts #462 - Add support for

Re: [Puppet Users] Re: puppetdb "

2020-05-06 Thread Steve Huston
On Tue, May 5, 2020 at 1:01 PM Zachary Kent wrote: > 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). Glad I could help! > The two options you mentioned a

[Puppet Users] bad URI when parsing yumrepo baseurl

2020-05-06 Thread Andy Hall
please can someone tell me what is wrong with this as it is a valid URI and should work... if ($::operatingsystemmajrelease == '5') or ($::operatingsystemmajrelease == '6') { yumrepo { 'vmware-tools': baseurl => "baseurl=http://packages.vmware.com/tools/releases/10.1.0/rhel${::opera

[Puppet Users] Re: bad URI when parsing yumrepo baseurl

2020-05-06 Thread Andy Hall
OK my bad...I have included the string "baseurl=" in the actual baseurl attributesilly me. please ignore. On Wednesday, 6 May 2020 17:10:28 UTC+1, Andy Hall wrote: > > please can someone tell me what is wrong with this as it is a valid URI > and should work... > > if ($::operatingsystemma