[Puppet Users] puppet-agent-ubuntu DockerHub outdated

2023-09-12 Thread Nathaniel Black
Hello! We use Docker puppet/puppet-agent-ubuntu:latest in CI/CD pipelines to perform actions like lint and validate checks, but I have noticed that the repo is becoming quite outdated. https://hub.docker.com/r/puppet/puppet-agent-ubuntu/tags The last release was 9 months ago with version 7.20:

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