You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally running "yum install python3-0:3.7.4-1.amzn2.0.4.x86_64" installs the version i specify.
However when using the version parameter of this puppet module it only supports the first number of the version string.
So if configure a version parameter of
3-0:3.7.4-1.amzn2.0.4.x86_64
It simply reads the "3" at the start and ignores everything else.
Therefore the actual package installed by yum is just python3
What behaviour did you expect instead
Ability to support package versions other than default repo latest versions.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Simply set the version to a specific yum package in the form name-epoch:ver-rel.arch (3-0:3.7.4-1.amzn2.0.4.x86_64)
What are you seeing
If i check my configured repository if have the following python3 versions available.
Locally running "yum install python3-0:3.7.4-1.amzn2.0.4.x86_64" installs the version i specify.
However when using the version parameter of this puppet module it only supports the first number of the version string.
So if configure a version parameter of
3-0:3.7.4-1.amzn2.0.4.x86_64
It simply reads the "3" at the start and ignores everything else.
Therefore the actual package installed by yum is just python3
What behaviour did you expect instead
Ability to support package versions other than default repo latest versions.
The text was updated successfully, but these errors were encountered: