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