Skip to content

Commit 22ad972

Browse files
committed
Revert VMware name attribute
1 parent ef49136 commit 22ad972

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

vagrant/alma-linux-8/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-alma-linux-8-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/alma-linux-9/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-alma-linux-9-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/centos-linux-7/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-centos-linux-7-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/rocky-linux-8/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-rocky-linux-8-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/rocky-linux-9/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-rocky-linux-9-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/ubuntu-linux-18-04/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-ubuntu-linux-18-04-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/ubuntu-linux-22-04/vmware/amd64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-ubuntu-linux-22-04-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

vagrant/ubuntu-linux-22-04/vmware/arm64/server/Vagrantfile

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Vagrant.configure("2") do |config|
7070

7171
# Allocate processors to the virtual machine.
7272
vf.cpus = "1"
73-
74-
# Set name for the virtual machine.
75-
vf.name = "sloopstash-ubuntu-linux-22-04-server"
7673
end
7774
#
7875
# View the documentation for the provider you are using for more

0 commit comments

Comments
 (0)