Questions tagged [vagrant-plugin]

Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.

Vagrant comes with many great features out of the box to get your environments up and running. Sometimes, however, you want to change the way Vagrant does something or add additional functionality to Vagrant. This can be done via Vagrant plugins.

Resources

Vagrant Plugins

101 questions
1
vote
2 answers

How to install Ruby version >= 2.0 for Vagrant in Ubuntu 14.04?

I have an EC2 instance in Amazon running Ubuntu 14.4.3. Which will run Vagrant and deploy some vm's using vagrant-aws plugin. But everytime that I try to install the plugin gives me the follow error: ubuntu@ip-172-25-56-198:~$ vagrant plugin…
Valter Silva
  • 16,446
  • 52
  • 137
  • 218
1
vote
1 answer

Shell provisioning in a multi-machine vagrantfile

How do I provision VMs created in a multi-machine vagrant file. I want to execute separate shell provisioning scripts in each of the machines created. I am unable figure out how vagrant facilitates this. $kitCoreScript = <