Sha256: 1267bb9be1ea557aa982f7dab1ad75d543c3d9bae511d27dfe0125cc051922e1
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing. Vagrant.configure('2') do |config| config.vbguest.auto_update = false config.vm.synced_folder '../', '/build' config.vm.define :stretch do |stretch| stretch.vm.box = 'generic/debian9' stretch.vm.provision :shell, name: 'install tools', path: '../script/shell/installer' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gitrepo-status-0.2.3 | vagrant/Vagrantfile |
gitrepo-status-0.2.2 | vagrant/Vagrantfile |
gitrepo-status-0.2.1 | vagrant/Vagrantfile |
gitrepo-status-0.2.0 | vagrant/Vagrantfile |