Sha256: d8d27807b90120b1670abb74dc19cac057507bf204ac1bde62156c98751442b3

Contents?: true

Size: 212 Bytes

Versions: 5

Compression:

Stored size: 212 Bytes

Contents

Vagrant.require_plugin 'vagrant-cachier'
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.configure("2") do |config|
  config.vm.box = 'precise64'
  config.vm.box_url = 'http://files.vagrantup.com/precise64.box'
end

Version data entries

5 entries across 5 versions & 1 rubygems

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