mirror of
https://github.com/krislamo/graylog_demo
synced 2024-12-16 15:00:36 +00:00
Put vagrant box on private network
This commit is contained in:
parent
d0cbbe7267
commit
c5c438978b
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user