creative-co / mana

Configuration management with Chef & Capistrano
MIT License
1 stars 5 forks source link

Update chef to recent version #10

Closed antlypls closed 11 years ago

antlypls commented 11 years ago

Update chef to recent version. All chef versions prior to 10.16.4 have broken dependency on moneta gem, that causes an error using remote_file:

Could not load Moneta back end "BasicFile"
antlypls commented 11 years ago

until gem isn't updated solution for that error is just to put following line into deploy.rb file:

set :chef_version, '~> 10.18.2'