melezhik / cookbooks

perl chef cookbooks
https://github.com/melezhik/cookbooks
21 stars 27 forks source link

added bootstrap.skip_uptodate attribute #17

Closed phoolish closed 10 years ago

phoolish commented 10 years ago

We ran into an issue where a new version of local::lib was causing our chef run to fail. In addition, rerunning the cpanm install every chef run was adding unnecessary time.

I added a bootstrap.skip_uptodate attribute. It defaults to the current functionality. If set to false, the cpanm install and the cpanm packages are ignored if a version exists on the server.

melezhik commented 10 years ago

Ok, will add it in next release, thank you for using and contributing ...