Delete Vagrantfile

This commit is contained in:
sbennell 2020-01-10 16:58:04 +11:00 committed by GitHub
parent a8e998cd13
commit 58172a8909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

9
Vagrantfile vendored
View File

@ -1,9 +0,0 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.define "pve-patch"
config.vm.box = "proxmox-ve-amd64"
config.vm.network "private_network", ip: "10.91.0.10"
config.vm.provision "shell", path: "https://raw.githubusercontent.com/sbennell/pve-patch/master/patch.sh"
end