Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Last active December 19, 2015 00:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbotelhos/5867242 to your computer and use it in GitHub Desktop.
Save wbotelhos/5867242 to your computer and use it in GitHub Desktop.
FATAL: NameError: undefined local variable or method `use_inline_resources' for #<Class:0xb709d348>
# If your Chef version is earlier than 11.0.0, use version 1.10.0 of this cookbook: https://github.com/opscode-cookbooks/apt/commit/dd29a85257161ff42c9595627dd370b02be2060f
vagrant halt
cd cookbooks/apt
git reset --hard 1.10.0
vagrant up
@rickumali
Copy link

This gist helped me out, so thank you! Be advised that line 5 should read "git reset --hard 1.10.0".

@wbotelhos
Copy link
Author

Thanks @rickumali

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment