vagrant init

This commit is contained in:
2021-06-13 18:27:54 +02:00
parent c628b84aa5
commit a9fd62edd2
26 changed files with 1330 additions and 0 deletions

View File

@@ -0,0 +1 @@
1.5:59c80496-5efa-432f-b54f-ede60fb203d3

View File

@@ -0,0 +1 @@
1611970139

View File

@@ -0,0 +1 @@
{"name":"ubuntu/bionic64","version":"20201211.1.0","provider":"virtualbox","directory":"boxes/ubuntu-VAGRANTSLASH-bionic64/20201211.1.0/virtualbox"}

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1 @@
59c80496-5efa-432f-b54f-ede60fb203d3

View File

@@ -0,0 +1 @@
84a3f6275be64bb0a68842c8b5dab00f

View File

@@ -0,0 +1 @@
{"virtualbox":{"/home/vagrant/src/":{"guestpath":"/home/vagrant/src","hostpath":"D:/Vagrant/test/src","disabled":false,"__vagrantfile":true},"/vagrant":{"guestpath":"/vagrant","hostpath":"D:/Vagrant/test/setup","disabled":false,"__vagrantfile":true}}}

View File

@@ -0,0 +1 @@
D:/Vagrant/test/setup

View File

@@ -0,0 +1,9 @@
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end