vagrant/plugins
Leo Simons fec14cf04c Use -f argument to rm to force-remove files.
When using pty=true, removing files using sudo may request confirmation,
which will hang the connection.

Similarly, sometimes assumptions about file existence may be wrong and
in those cases it seems better to continue on as long as the file does
not exist, so -f makes sense there, too.
2014-08-29 10:51:31 +02:00
..
commands commands/reload: show post-up message [GH-4168] 2014-08-08 17:40:07 -07:00
communicators write to stdout before exit 1 2014-08-17 16:22:35 +02:00
guests Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
hosts Merge pull request #4224 from kamazee/fix/master/nfs_archlinux_systemd 2014-08-05 17:46:40 -07:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 core: don't allow '/' in VM name [GH-4289] 2014-08-11 09:21:31 -07:00
providers Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
provisioners typofixes - https://github.com/vlajos/misspell_fixer 2014-08-25 20:12:25 +01:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -07: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.