Remove Vagrantfile

pull/18/head
Yax 11 months ago
parent 8ad46a798c
commit 22b7f83d82

14
Vagrantfile vendored

@ -1,14 +0,0 @@
Vagrant.configure("2") do |config|
config.vm.box = "debian/bullseye64"
config.vm.provider :virtualbox do |vb|
vb.memory = 1024
vb.cpus = 1
end
config.vm.define "master" do |master|
master.vm.hostname = "master"
master.vm.provision "shell", inline: <<-SHELL
mkdir /home/vagrant/stacosys
SHELL
end
end
Loading…
Cancel
Save