This commit is contained in:
2022-05-04 18:23:03 +02:00
commit bf5ef33f07
13 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1 @@
{"dependencies":[["log4r",[">= 0"]],["concurrent-ruby",["~> 1.0"]],["i18n",[">= 0"]],["micromachine",[">= 2","< 4"]],["vagrant-vbguest",["= 0.30.0"]]],"checksum":"40b2d2826507193788cdfd3711a0825df8ed639b7beeed55bc68dd617118b9b6","vagrant_version":"2.2.19"}

View File

@ -0,0 +1 @@
1.5:7be4e686-dbff-4933-aa75-bc92a10da188

View File

@ -0,0 +1 @@
1651679429

View File

@ -0,0 +1 @@
{"name":"ubuntu-focal-lamp","version":"0","provider":"virtualbox","directory":"boxes/ubuntu-focal-lamp/0/virtualbox"}

View File

@ -0,0 +1 @@
7be4e686-dbff-4933-aa75-bc92a10da188

View File

@ -0,0 +1 @@
65cffabf216042eeb471618cd87f62d4

View File

@ -0,0 +1 @@
{"virtualbox":{"/var/www/html":{"guestpath":"/var/www/html","hostpath":"D:/vagrant/ubuntu-focal-lamp/html","disabled":false,"__vagrantfile":true},"/vagrant":{"guestpath":"/vagrant","hostpath":"D:/vagrant/ubuntu-focal-lamp","disabled":false,"__vagrantfile":true}}}

View File

@ -0,0 +1 @@
D:/vagrant/ubuntu-focal-lamp

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