Sha256: c2dff3f92a4b6cb88e4b2ae73e0b2666d3ceb91c4f37105c4ba7c16a4f4c8be0
Contents?: true
Size: 291 Bytes
Versions: 14
Compression:
Stored size: 291 Bytes
Contents
Vagrant.configure("2") do |config| config.vm.box = "basic" # Test that disabled works config.vm.synced_folder "../", "/foo", disabled: true # Test that synced folders persist after provisioner reboot config.vm.provision "reboot", type: :shell, inline: "reboot", run: "never" end
Version data entries
14 entries across 5 versions & 1 rubygems