Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Installing multiple packages via Vagrant + Chef

I've just discovered Vagrant + Chef and I'm trying to create a simple recipe to install multiple packages on the node. …

chef-infra cookbook vagrant
In Vagrant which is better out of halt and suspend?

When I'm about to shutdown my host machine off should I: vagrant halt OR vagrant suspend What's the difference?

vagrant virtual-machine
Does vagrant automatically install puppet?

I have this in my Vagrantfile: Vagrant.configure("2") do |config| config.vm.provision "puppet" end Yet, when I run puppet …

vagrant puppet
Importing Mysql database using Ruby/Chef Recipe for Vagrant

I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges …

mysql ruby chef-infra recipe vagrant
Should Vagrant require sudo for each command?

My question in short: I run into permissions error every time I execute any Vagrant command without 'sudo' - from …

macos permissions vagrant sudo chown
Rails 4.2 Server port forwarding on Vagrant does not work

I have a Vagrant VM with Rails installed with a sample app. The VM is configured to forward the port 3000 (…

ruby-on-rails ruby-on-rails-4 vagrant ruby-on-rails-4.2
Vagrant Install chef-client on top of base image

I'm trying to use Chef to install graphite server and I encountered errors saying that either chef-solo or chef-client was …

chef-infra vagrant
Vagrant port forwarding does not work with vhosts on Fedora 20

Spec: OS: Linux fedora 3.12.9-301.fc20.x86_64. VirtualBox: 4.3.6 Vagrant: 1.4.3 I am trying to forward host's port 8080 to guest's port 80 using …

virtualbox vagrant virtualhost vhosts portforwarding
Provisioning Vagrant w/ Chef

I'm digging into what it will take to migrate my development environments to Vagrant and I'm having some trouble getting …

chef-infra vagrant
How to fix Vagrant error: `private_key_path` file must exist:

I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When …

ssh vagrant vagrantfile puphpet vagrant-windows