Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

vagrant puppet modulepath

Puppet 2.7.19 Vagrant version 1.0.6 VM OS Ubuntu 12.04 I am attempting to set the puppet module path from vagrant. Which seems like …

ubuntu-12.04 puppet vagrant
Vagrant not installing pip during provision

Here is my bootstrap.sh: #!/usr/bin/env bash apt-get update apt-get install -y apache2 apt-get install python-pip if ! [ -L /…

python bash vagrant vagrantfile vagrant-provision
Vagrant sync folder doesn't work on windows 10

I'm trying to sync folders from a windows 10 hosto to a ubuntu guest but I get this error: $ vagrant up …

vagrant vagrantfile vagrant-windows
Vagrant Share - Accessing Virtual Hosts and accessing those that are not in the default web root

I have Vagrant setup and running CentOS 6.5 x64 and it runs great. No issues running multiple sites within this one …

apache vagrant puppet vhosts puphpet
VirtualBox VM was created with a user that doesn't match the current user running Vagrant

I'm new in Windows. I use Windows 10. While I run vagrant on my machine, there are some issues with UID. …

windows vagrant virtualbox vagrant-windows
Failed to mount folders in Linux guest - mesg: ttyname failed: Inappropriate ioctl for device

Vagrant won't mount folders. Tried so many solutions, nothing worked. Versions: Vagrant 1.8.1 / Ubuntu 15.10 / Virtualbox 5.0.16 vagrant up Bringing machine 'default' up …

vagrant virtualbox vagrantfile hosts ubuntu-15.10
Laravel Dusk error: Failed to connect to localhost port 9515: Connection refused

As the title says, I've go a clean install of Laravel 5.4 and the latest Homestead (1.0.1). However, when I run a …

php laravel vagrant virtualbox homestead
Vagrant "Authentication failure" during up, but "vagrant ssh" can get in just fine

I'm stumped. I'm trying to run a vagrant/virtualbox/coreos cluster on Windows 8.1 to develop the cluster for running in …

windows ssh vagrant coreos
Answering prompt using vagrant file?

Is it possible to add a script to a Vagrantfile that answers a prompt. I am provisioning a ubuntu box …

vagrant docker vagrantfile
How to destroy and recreate vagrant/homestead machine?

I'm running Laravel on Vagrant Box (homestead) When I'm doing vagrant up, I'm getting a message: : A newer version of …

laravel vagrant homestead