Skip to content

Commit 9799781

Browse files
committed
added vagrant-hostmanager plugin.
1 parent aa81848 commit 9799781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Vagrantfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ PLAYBOOK = 'vagrant.yml'
66

77
Vagrant.configure('2') do |config|
88

9+
config.hostmanager.enabled = true
10+
config.hostmanager.manage_host = true
11+
config.hostmanager.ignore_private_ip = false
12+
913
Dir.glob('host_vars/*').each do |host_var_file|
1014

1115
puts "[INFO] loading #{host_var_file} box settings..."

0 commit comments

Comments
 (0)