Created
April 4, 2014 08:57
-
-
Save dcarley/9970791 to your computer and use it in GitHub Desktop.
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
➜ pp-puppet git:(master) cat .bundle/config | |
--- | |
BUNDLE_DISABLE_SHARED_GEMS: '1' | |
➜ pp-puppet git:(master) vagrant provision jumpbox-1 | |
… | |
➜ pp-puppet git:(master) cat .bundle/config | |
--- | |
BUNDLE_DISABLE_SHARED_GEMS: '1' | |
BUNDLE_FROZEN: '1' | |
BUNDLE_PATH: vendor/bundle | |
BUNDLE_BIN: bin | |
BUNDLE_WITHOUT: build | |
➜ pp-puppet git:(master) bundle show | |
Gems included by the bundle: | |
* bundler (1.5.1) | |
* facter (1.7.5) | |
* hiera (1.2.1) | |
* json_pure (1.8.0) | |
* puppet (3.4.3) | |
➜ pp-puppet git:(master) b rake | |
rake aborted! | |
cannot load such file -- puppet-lint | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment