microsoft / PowerShell-DSC-for-Linux

PowerShell Desired State Configuration - for Linux
Other
339 stars 132 forks source link

Fixed multiple versions of same package issue in case of YUM #851

Closed assing closed 2 years ago

assing commented 2 years ago

Currently we are passing multiple versions of same package in case of YUM because yum info returns more than one version of package if we just pass the package name.

Fixing this by passing exact package name and version.