mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
Merge e28236c5f8ff7e04d97cb734729ee0390e42224c into 42b4a88c963eb480b3c19117c19eac7e146fa8ff
This commit is contained in:
commit
da255617c7
4
vagrant/Vagrantfile
vendored
4
vagrant/Vagrantfile
vendored
@ -1,3 +1,7 @@
|
||||
unless Vagrant.has_plugin?("vagrant-disksize")
|
||||
raise 'plugin vagrant-disksize is not installed!'
|
||||
end
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
config.vm.define "10.9.9.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user