Skip to content

Available Vagrant Plugins

Rogerio Prado de Jesus edited this page Dec 30, 2013 · 96 revisions

Disclaimer

Before Vagrant 1.4.2 there are two distinct names for each one of the plugins that you need to know:

  • rubygem name (used for installing plugin, via $ vagrant plugin install rubygem-plugin-name)
  • internal name (used in Vagrantfile, via Vagrant.has_plugin?('Internal_Plugin_Name') )

With Vagrant 1.4.2 and later you just need to know the rubygem name of the plugin that will work either for $ vagrant plugin install and for Vagrant.has_plugin?().

The following list has both names in this order: rubygem name /internal name/

Chef

Puppet

Local Domain Resolution

/etc/resolver approach

/etc/hosts approach

Providers

Provisioners

Uncategorized

Clone this wiki locally