GENERAL VAGRANT SUPPORT IS OFF-TOPIC.
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 vagrantWhen I'm about to shutdown my host machine off should I: vagrant halt OR vagrant suspend What's the difference?
vagrant virtual-machineI have this in my Vagrantfile: Vagrant.configure("2") do |config| config.vm.provision "puppet" end Yet, when I run puppet …
vagrant puppetI am writing a chef script to automate setting dev environments. I can get a database created and grant privileges …
mysql ruby chef-infra recipe vagrantMy question in short: I run into permissions error every time I execute any Vagrant command without 'sudo' - from …
macos permissions vagrant sudo chownI 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.2I'm trying to use Chef to install graphite server and I encountered errors saying that either chef-solo or chef-client was …
chef-infra vagrantSpec: 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 portforwardingI'm digging into what it will take to migrate my development environments to Vagrant and I'm having some trouble getting …
chef-infra vagrantI'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