jarosser06 / chef-sysdig

Install sysdig
4 stars 9 forks source link

Add support for specifying wanted version #4

Closed n1koo closed 9 years ago

n1koo commented 9 years ago

Current version of the cookbook doesn't allow to specify version. This is nice to have if at some point sysdig breaks backwards compatibility of if you just wanna keep your packages up to date and on same version throughout your hosts.

This PR just adds this one option to add this support. If node['sysdig']['version']nil (out of box for this cookbook) it will still install whatever is at the repos at that moment.

jarosser06 commented 9 years ago

Thanks.