vagrant/plugins
Dan Carley fec9410814 Omit empty lines in Puppet provisioner output
The sudo() block and/or the Puppet provisioner often returns newline
characters as separate strings. This makes the chomp() ineffective and
results in extraneous spacing between the output lines.

Separate out the call to chomp() so that we only do it once. Then only
output info if that line is not an empty string.
2012-10-30 11:24:10 +00:00
..
commands Merge branch 'machine-abstraction' 2012-08-19 19:27:09 -07:00
communicators/ssh Whitespace and such 2012-10-12 19:51:25 -07:00
guests Allow hostnames to be subset of box name for Ubuntu 2012-10-12 20:06:54 -07:00
hosts Forward port GH-1142 2012-09-18 22:26:51 -07:00
kernel_v1 Use the new BoxCollection API 2012-07-11 18:41:13 -07:00
providers/virtualbox Disable DNS proxy for 12.10 too 2012-10-12 20:03:25 -07:00
provisioners Omit empty lines in Puppet provisioner output 2012-10-30 11:24:10 +00:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.