Top "Vagrantfile" questions

Vagrantfiles are configuration files for vagrant.

A Vagrant environment or target machine is required

I am trying to set up homestead. I have tried to add new custom domain but I forgot that I …

laravel vagrant vagrantfile homestead
Could not retrieve information from environment production source

I'm using puppet as my provisioner in one of my vagrant project. I'm trying to add a module for a …

vagrant puppet provisioning vagrantfile
Vagrant: destroy not working

How should I use the command vagrant destroy? In my VagrantFile I used vm.config.name = 'websvr' and when I …

virtualbox vagrant vagrantfile
Vagrant Config Error - "A box must be specified."

The boxes were working fine. Then I halted one (the only one running at the time) and now I can't …

vagrant vagrantfile
Vagrant - set the location of the virtual hard drive for VirtualBox

I have executed following commands (on Windows, using Git Bash) in the directory D:\vagrant\precise32\02-lamp\ $ vagrant box add …

vagrant vagrantfile
How to set vagrant virtualbox video memory

I have googled this and can't find what command allows me to allocate the video memory for when using vagrant …

virtualbox vagrantfile
Print message after booting vagrant machine with "vagrant up"

I need to display a message on the completion of the vagrant up command. I've tried defining a function: def …

vagrant vagrantfile
Vagrant synced folder permissions

I have set up a synced folder in Vagrant, from my Windows host to the guest. Initially the permissions on …

vagrant virtualbox vagrantfile
Multi VM in one Vagrantfile. Could I set different memory size for each of them?

config.vm.define :web do |web_config| web_config.vm.box = "saucy" web_config.vm.host_name = "web" web_config.…

virtualbox vagrant vagrantfile
Allow two or more vagrant VMs to communicate on their own network

I want to create multiple servers that can communicate directly with each other without using public IPs. They'll still need …

vagrant virtualbox vagrantfile