jtalks-org / jtalks-vm

Virtual Machines configured by Vagrant (VirtualBox + Chef) in order to start environment for JTalks projects much faster and in a more repeatable manner.
1 stars 3 forks source link

Recipe Compile Error in hint.rb #6

Closed 0xEtR closed 10 years ago

0xEtR commented 10 years ago

During set up of the environment recipe compile error is appeared in file hint.rb (cookbooks/ohai/providers/hint.rb)

It looks like name 'use_inline_resources' isn't defined: FATAL: NameError: undefined local variable or method `use_inline_resources' for #Class:0xb6a71f28

All other files have some type of guard ('use_inline_resources if defined?(use_inline_resources)') against this type of problem, but this file doesn't.

ctapobep commented 10 years ago

Thanks for the detection and for the hint on how to fix the issue. Now it should work.