Sha256: 8f8cc4099e15e93791bc53f0e219c417a35368fd3c1f23abdcc814e844a3fed4

Contents?: true

Size: 190 Bytes

Versions: 14

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

Vagrant.configure(2) do |config|
  config.vm.box = "ubuntu/bionic64"
  config.vm.provision(:shell, path: "bootstrap.sh")
  config.ssh.forward_agent = true
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
script_core-0.3.2 Vagrantfile
script_core-0.3.0 Vagrantfile
script_core-0.2.7 Vagrantfile
script_core-0.2.6 Vagrantfile
script_core-0.2.5 Vagrantfile
script_core-0.2.4 Vagrantfile
script_core-0.2.3 Vagrantfile
script_core-0.2.2 Vagrantfile
script_core-0.2.1 Vagrantfile
script_core-0.2.0 Vagrantfile
script_core-0.1.1 Vagrantfile
script_core-0.1.0 Vagrantfile
script_core-0.0.6 Vagrantfile
script_core-0.0.5 Vagrantfile