Re: [Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-25 Thread Serge Olkhovik
Chris, I think the main functionality works OK (i.e. it creates a link), but I'm confused what are those errors and what do they mean? Also I'm going to continue with more configuration and see if we get any more errors or all this is fine. ср, 25 трав. 2022 р. о 06:16 Chris Halse Rogers <1969...@

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-18 Thread Serge Olkhovik
Hi! I did several tests and looks like the symlink problem is resolved. However still see those error messages listed above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1969939 Title: puppet 5 pac

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-09 Thread Serge Olkhovik
and this one: Error: /Stage[main]/Linux::Common/File[/etc/apt/apt.conf.d]: Failed to generate additional resources using 'eval_generate': undefined method `to_sym' for nil:NilClass -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1969939] Re: puppet 5 package incompatible with ruby 3 / ubuntu 22.04

2022-05-09 Thread Serge Olkhovik
Hi! Just created a test VM with 22.04 (updated to latest), and I have such code: file { '/etc/localtime': ensure => 'link', target => $osfamily ? { 'Debian' => '/usr/share/zoneinfo/posix/America/Los_Angeles',