[Puppet Users] Re: Puppet on Ubuntu Focal

2020-04-29 Thread Simon Tideswell
The DEB files are not present under http://apt.puppetlabs.com/pool/focal/puppet/? Simon On Saturday, April 25, 2020 at 1:26:50 AM UTC+10, Arpit sharma wrote: > > I am having trouble using puppet(open-source) on Ubuntu Focal( as Focal > ships with ruby 2.7) mostly related to this issue >

Re: [Puppet Users] Puppet on Ubuntu Focal

2020-04-29 Thread comport3
Thank you Justin, looking forward to that release tomorrow if there's no blockers. Please put us down as "very interested" when the Puppet Server / Master binaries would be available too - we currently have 2 data centers lined up for rollout on this platform+OS combo, and another in the

Re: [Puppet Users] Puppet on Ubuntu Focal

2020-04-29 Thread Justin Stoller
On Tue, Apr 28, 2020 at 4:46 PM comport3 wrote: > Thanks for the update Gabriel, appreciated. Do you know when v6.15.0 is > expected to be release, even approximately? > Hopefully tomorrow ( : We're double checking things now for the release and unless we find a blocker that's when it will

Re: [Puppet Users] Facter 4.0.19 is now available

2020-04-29 Thread 'Dan White' via Puppet Users
Those look like beagle pups. Yours ? Super cute. I love all animals, especially if they are well behaved, but I am a Cat Person. ___ Dan White : d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in

[Puppet Users] Splat operator on file resource Error

2020-04-29 Thread Martin Alfke
Hi, we want to make use of the splat operator and extend the list of parameters: #site/profile/manifests/files.pp class profile::files ( Hash $files = {}, ){ $files.each |String $key, Hash $params| { $_template = $params['template'] $_value = delete($params, 'template') notify {