phbergsmann / chef-locales

A locales cookbook for Opscode Chef
Apache License 2.0
5 stars 12 forks source link

Incompatibility issues with chef 12 #27

Open fonsecas72 opened 9 years ago

fonsecas72 commented 9 years ago

Chef - 12.0.0-1 I'm using vagrant and this is the output I got:

Error executing action `set` on resource 'locales[en_US.utf8]'
NoMethodError
undefined method `new' for Locales:Module
Resource Declaration:
 # In /tmp/vagrant-chef-6/chef-solo-1/cookbooks/locales/recipes/default.rb
21: locales node['locales']['default'] do
22:   action :set
23: end
dredozubov commented 9 years ago

I experience this too

BarthV commented 9 years ago

:+1:

tetherit commented 9 years ago

Any solution for this?

BarthV commented 9 years ago

Fix was "pull requested" but still not yet released :

28

You can still use @orls PR branch in your Berksfile. It's working great for me.