Sha256: a2e34b3a67c02eff69e36b2a4624a4e551f272817f7edc4e28aa5230eeb39031
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
# Chef RubyGems When a Chef installation is detected, this bucket caches its embedded gems. Most of these gems are part of the Chef omnibus package but sometimes cookbooks need to install extra gems to run within the context of a Chef recipe using the `chef_gem` resource. The embedded Chef gem location is returned by running the `/opt/chef/embedded/bin/gem env gemdir` command. To manually enable it: ```ruby Vagrant.configure("2") do |config| config.vm.box = 'some-box-using-chef-provisioner' config.cache.enable :chef_gem end ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cachier-1.2.1 | docs/buckets/chef_rubygems.md |
vagrant-cachier-1.2.0 | docs/buckets/chef_rubygems.md |