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
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-