Sha256: 149235da1e167931cb215bbbe9e9fa8fdc0ae1812c454bf3de75c834b911207b

Contents?: true

Size: 298 Bytes

Versions: 5

Compression:

Stored size: 298 Bytes

Contents

Vagrant.require_plugin 'vagrant-cachier'
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.configure("2") do |config|
  config.cache.auto_detect = true
  config.vm.box = 'precise64'
  config.vm.box_url = 'http://files.vagrantup.com/precise64.box'
  config.vm.provision :shell, inline: 'echo Hello!'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-cachier-0.7.2 spec/acceptance/fixtures/auto-detect.rb
vagrant-cachier-0.7.1 spec/acceptance/fixtures/auto-detect.rb
vagrant-cachier-0.7.0 spec/acceptance/fixtures/auto-detect.rb
vagrant-cachier-0.6.0 spec/acceptance/fixtures/auto-detect.rb
vagrant-cachier-0.5.1 spec/acceptance/fixtures/auto-detect.rb