Skip to content

Instantly share code, notes, and snippets.

@dcarley
Created April 4, 2014 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcarley/9970791 to your computer and use it in GitHub Desktop.
Save dcarley/9970791 to your computer and use it in GitHub Desktop.
➜ 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