Sha256: a8ab9c9032014f709649e7ecfdff4a0a5878c2f2a57c1d78efaa6266792f6d08
Contents?: true
Size: 467 Bytes
Versions: 2
Compression:
Stored size: 467 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant::Config.run do |multi| multi.vm.define :m2r do |config| config.vm.box = "m2r" config.vm.box_url = "http://files.vagrantup.com/precise32.box" config.vm.host_name = "m2r.local" config.vm.network :hostonly, "172.26.66.100" config.vm.share_folder "v-root", "/home/vagrant/current", "." config.vm.customize ["modifyvm", :id, "--memory", 512] config.ssh.forward_agent = true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
m2r-2.1.0 | Vagrantfile |
m2r-2.1.0.pre | Vagrantfile |