Azure / nxtools

Azure Automanage Machine Configuration Linux DSC resources
Other
13 stars 11 forks source link

Fix nxPackage crash when yum is picked #49

Closed gurrajatwal closed 8 months ago

gurrajatwal commented 8 months ago

Pull Request (PR) description

nxPackage crashes when yum is picked as the package manager. This is due to a recent change #20 where a Force parameter was introduced. The Force parameter needed to be supported for yum just like it is for apt. Created unit tests to cover this path.

This Pull Request (PR) fixes the following issues

Task list