tobami / littlechef

Cook with Chef without a Chef Server
Apache License 2.0
472 stars 71 forks source link

fix node:my_node deploy_chef:gems=yes installs chef 11 instead of chef 10 #162

Closed mlen closed 11 years ago

mlen commented 11 years ago

Chef 11 was released few days ago. Littlechef executes gem install chef without specifying a version which installs the latest release (= 11.4.4), instead of 10.

tobami commented 11 years ago

Can you please have a look at the quickfix on #163 ?