emerson_prado
05/26/2023, 5:49 PMbundle exec pdk validate --puppet-version=<Version>
on a module I'm working on, to make sure I don't break its current Puppet compatibility. How do I check which versions are available, and install needed ones? I tried gem list puppet
, then gem install puppet -v <Version>
, but it still returns Unable to find a Puppet gem matching ~> <Version>
.