RDEV-3625: Adjust Vagrantfiles to new repo structure
This commit is contained in:
parent
80b0829414
commit
ffb59d6155
4
centos/6/Vagrantfile
vendored
4
centos/6/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
centos/7/Vagrantfile
vendored
4
centos/7/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
centos/8/Vagrantfile
vendored
4
centos/8/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
debian/10/Vagrantfile
vendored
4
debian/10/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
debian/9/Vagrantfile
vendored
4
debian/9/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
ubuntu/16.04/Vagrantfile
vendored
4
ubuntu/16.04/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
ubuntu/18.04/Vagrantfile
vendored
4
ubuntu/18.04/Vagrantfile
vendored
@ -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"
|
||||
|
||||
4
ubuntu/20.04/Vagrantfile
vendored
4
ubuntu/20.04/Vagrantfile
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user