aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/pfsense/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
commit216beb6c4dc046501566305e15fb731bd9a7f052 (patch)
tree3f1397a93deda04401e7192328ac3a2834eee466 /vagrant/pfsense/Vagrantfile
parentmore cleanup (diff)
downloadscripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz
scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip
updates
Diffstat (limited to 'vagrant/pfsense/Vagrantfile')
-rw-r--r--vagrant/pfsense/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/pfsense/Vagrantfile b/vagrant/pfsense/Vagrantfile
index b7a187e..26f58d1 100644
--- a/vagrant/pfsense/Vagrantfile
+++ b/vagrant/pfsense/Vagrantfile
@@ -34,7 +34,7 @@ Vagrant.configure('2') do |config|
config.vm.box_version = '3.4.2'
config.vm.box_check_update = false
config.vm.synced_folder './source', DEMO_MOUNT_POINT, type: 'nfs'
- config.vm.hostname = 'dpdk-farzad'
+ config.vm.hostname = 'pfsense'
config.vm.boot_timeout = 30
config.vm.graceful_halt_timeout = 30