vagrant-hostmanager icon indicating copy to clipboard operation
vagrant-hostmanager copied to clipboard

:pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.

Results 82 vagrant-hostmanager issues
Sort by recently updated
recently updated
newest added
trafficstars

The plugin is failing on Windows 10 guest VMs at statement mv -force /tmp/hosts/hosts.default C:\Windows\System32\drivers\etc\hosts Logging into the box the file that the plugin needs to move that contains the...

Hi, I wish you could allow the alias attribute to be dynamic like the ip_resolver attribute. I have a case were I am adding hosts entries after the VM is...

The code for Windows is broken when it comes to move the hosts file in place. https://github.com/devopsgroup-io/vagrant-hostmanager/blob/master/lib/vagrant-hostmanager/hosts_file/updater.rb#L43 ``` ==> agent2: Mounting shared folders... agent2: /vagrant => C:/Users/user/Documents/projects/vagrant-puppet4-oss ==> agent2: Updating...

Vagrant actually supports multiple adapters for a single VM, like two in this case: ```bash Vagrant.configure("2") do |config| config.hostmanager.enabled = true config.hostmanager.manage_host = true config.hostmanager.ignore_private_ip = false config.hostmanager.include_offline = true...

**Issue** Vagrant is stuck at the step '==> buildserver: Updating /etc/hosts file on active guest machines...'. **Cause** I added `echo "sudo -i" >> /home/vagrant/.bashrc` to my provisioner script. My aim...

I have configured hostmanager in Vagrantfile, then packaged it into box. When I'm creating a vm using `vagrant init ; vagrant up` - it doesn't respect hostmanager configuration from box...

Hi, This is a fix for issues #182 and #131 , this fix was confirmed by @dkarlovi. Thanks!

Platform: OSX 10.11.6 (El Capitan), Vagrant 1.8.5, I have setup my account ("dan") in the /etc/sudoers so it can modify the /etc/hosts file: ``` Cmnd_Alias VAGRANT_HOSTMANAGER_UPDATE = /bin/cp /Users/dan/.vagrant.d/tmp/hosts.local /etc/hosts...

… askpass program to get the user's password. This fixes an issue where it is difficult to get the user's password in an ncurses-based installer for a development environment.

(I'm unable to re-open #200, so I'm reporting this again, feel free to re-open #200 and close this as a duplicate) I'm running vagrant 1.8.4 and vagrant-hostmanager 1.8.3 (applies to...