RDEV-3625: Adjust Vagrantfiles to new repo structure

This commit is contained in:
rublon-jfr 2022-11-03 10:22:04 +01:00 committed by rublon-jfr
parent 80b0829414
commit ffb59d6155
8 changed files with 16 additions and 16 deletions

View File

@ -48,7 +48,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -46,7 +46,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"

View File

@ -46,7 +46,7 @@ Vagrant.configure("2") do |config|
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux"
config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
#
config.vm.provider "virtualbox" do |vb|
# Display the VirtualBox GUI when booting the machine
# vb.gui = true
vb.gui = true
#
# Customize the amount of memory on the VM:
# vb.memory = "1024"