Sha256: 2a6add80d0bc60fe8b887d5139ea2e14f7dfe4493e3712e2b0e97ba2a4401845

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 Bytes

Contents

Vagrant.require_plugin 'vagrant-cachier'
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.configure("2") do |config|
  config.cache.auto_detect = true
  config.cache.scope = :machine

  config.vm.box = 'raring64'
  config.vm.provision :shell, inline: 'apt-get update && apt-get install -y git'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-cachier-0.5.0 spec/acceptance/fixtures/auto-detect-with-provisioning.rb
vagrant-cachier-0.4.1 spec/acceptance/fixtures/auto-detect-with-provisioning.rb
vagrant-cachier-0.4.0 spec/acceptance/fixtures/auto-detect-with-provisioning.rb
vagrant-cachier-0.3.3 spec/acceptance/fixtures/auto-detect-with-provisioning.rb
vagrant-cachier-0.3.2 spec/acceptance/fixtures/auto-detect-with-provisioning.rb