1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-19 21:50:36 +00:00

Put vagrant box on private network

This commit is contained in:
Kris Lamoureux 2020-01-22 11:44:41 -05:00
parent d0cbbe7267
commit c5c438978b
Signed by: kris
GPG Key ID: A30022791E1719A4

2
Vagrantfile vendored
View File

@ -2,6 +2,8 @@
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "centos/7" config.vm.box = "centos/7"
config.vm.network "private_network", type: "dhcp"
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", inline: <<-SHELL
# Import GPG keys # Import GPG keys