Sha256: f73abf508781c992aa06a86ebf624eeacf2261753d1c3a4561360efb211a675b
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 Bytes
Contents
Vagrant.require_plugin "vagrant-shell-commander" Vagrant.configure("2") do |config| config.vm.box = "canonical-ubuntu-12.04" config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box" config.vm.define "node1" config.vm.define "node2" config.sh.after_share_folders = "free" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-commander-0.3.1 | Vagrantfile |
vagrant-shell-commander-0.3.0 | Vagrantfile |
vagrant-shell-commander-0.2.0 | Vagrantfile |