test vagrant

This commit is contained in:
2021-10-07 10:31:35 +03:00
parent 942ce72b7f
commit 4c797f915e
11 changed files with 386 additions and 9 deletions

View File

@ -0,0 +1 @@
{"dependencies":[["log4r",[">= 0"]],["concurrent-ruby",["~> 1.0"]],["i18n",[">= 0"]],["micromachine",[">= 2","< 4"]],["vagrant-vbguest",["= 0.30.0"]],["vagrant-winnfsd",["= 1.4.0"]]],"checksum":"6fe69f7c734ea0ec00546d8e24cdd8144ca5005fab95e80ef7f763988f425ad5","vagrant_version":"2.2.18"}

View File

@ -0,0 +1 @@
1633591202

View File

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

View File

@ -0,0 +1 @@
0

View File

@ -0,0 +1 @@
2117c398-035c-482f-bc05-fd8ade3ac6bb

View File

@ -0,0 +1 @@
a4030e8c1ba94339b5f2ef230fb2adb5

View File

@ -0,0 +1 @@
C:/projects/safemobile/git/linx-simulator2

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