Sha256: 3a4b76f0ea65d8e55d2f60595acdf7aebf8b40a883228a6dfa956cc88269270d
Contents?: true
Size: 360 Bytes
Versions: 5
Compression:
Stored size: 360 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 = 'precise64' config.vm.box_url = 'http://files.vagrantup.com/precise64.box' config.vm.provision :shell, inline: 'apt-get update && apt-get install -y git' end
Version data entries
5 entries across 5 versions & 1 rubygems