Sha256: 83aac2ecdf5c753596f01a8e1c7cd51ab8f957be4c5dfff4bca5c3d3920a1522
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true Vagrant.configure(2) do |config| config.vm.box = "ubuntu/trusty64" config.vm.provision(:shell, path: "bootstrap.sh") config.ssh.forward_agent = true end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.0.4 | Vagrantfile |
script_core-0.0.3 | Vagrantfile |
script_core-0.0.2 | Vagrantfile |
script_core-0.0.1 | Vagrantfile |