Re: [Puppet Users] Missing puppet-agent 7.25 and 7.26 for aarch64 on el7

2023-09-09 Thread vche...@gmail.com
Michael, As it was mentioned, el7 agents are used on Amazon Linux 2, which is still supported until 2025-06-30. Not providing updates for aarch64 platform exposes clients of Puppet Enterprise to vulnerabilities and makes solution less competitive to alternative offerings. Puppet should reconsi

[Puppet Users] Re: puppet idiom to select particular module stream?

2023-09-12 Thread vche...@gmail.com
It should work, I use similar approach. Try to adjust your parameters, this what works for me package { 'nodejs-module': ensure => '18', enable_only => true, provider => 'dnfmodule', } -> package { 'nodejs': } On Monday, September 11, 2023 at 4:57:20 PM UTC-4 Tim.Mooney wrote: > > All-