Last active
December 19, 2015 00:18
-
-
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist helped me out, so thank you! Be advised that line 5 should read "git reset --hard 1.10.0".