mirror of
https://github.com/helixarch/debtap
synced 2024-11-22 18:20:26 +01:00
a3e5fd6bd8
Fixes issue #31.
5 lines
126 B
Ruby
5 lines
126 B
Ruby
Vagrant.configure("2") do |config|
|
|
config.vm.box = "terrywang/archlinux"
|
|
config.vm.synced_folder ".", "/vagrant_data"
|
|
end
|