lib/vagrant-invade/module/hostmanager/template.erb in vagrant-invade-0.6.4 vs lib/vagrant-invade/module/hostmanager/template.erb in vagrant-invade-0.7.0

- old
+ new

@@ -1,6 +1,6 @@ <% if enabled %> -# --- Hostmanager Settings --- # +# --- Hostmanager Global Settings --- # config.hostmanager.enabled = <%= enabled %> config.hostmanager.manage_host = <%= manage_host %> config.hostmanager.manage_guest = <%= manage_guest %> config.hostmanager.ignore_private_ip = <%= ignore_private_ip %> config.hostmanager.include_offline = <%= include_offline %>