apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Yum module should support passing versions #99

Closed baskaran-md closed 8 years ago

baskaran-md commented 8 years ago

Currently, the state=latest param makes sure the package is latest always. However, we need provision to install a specific version.

sudharsh commented 8 years ago

What's happening when you encode the specific version as part of the name parameter?

name=foo-1.0 for example.