Skip to content

Commit

Permalink
More small features to improve it
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Dec 19, 2019
1 parent 52a68f3 commit 32dd20a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Vagrant.configure("2") do |config|

config.vm.define "splunk-server" do |config|
VM_NAME= "splunk-server"
config.vm.define "attack-range-splunk-server" do |config|
VM_NAME= "attack-range-splunk-server"
config.vm.box = "generic/ubuntu1804"
config.vm.hostname = "#{VM_NAME}"
config.vm.boot_timeout = 600
Expand All @@ -27,8 +27,8 @@ Vagrant.configure("2") do |config|
end


config.vm.define "win10" do |config|
VM_NAME_WIN= "win10"
config.vm.define "attack-range-win10" do |config|
VM_NAME_WIN= "attack-range-win10"
config.vm.box = "d1vious/windows10"
config.vm.hostname = "#{VM_NAME_WIN}"
config.vm.boot_timeout = 600
Expand Down

0 comments on commit 32dd20a

Please sign in to comment.