.. |
action
|
Fix interrupted? call in boot
|
2011-12-22 21:50:20 -08:00 |
command
|
`vagrant ssh` works again
|
2011-12-22 13:48:22 -08:00 |
config
|
Removed deprecation notice for chef_server to chef_client
|
2011-12-21 23:27:43 -08:00 |
downloaders
|
Remove dependence on Vagrant::Environment on downloaders
|
2011-12-09 15:18:43 -08:00 |
driver
|
Handle the case properly where the VM in `.vagrant` doesn't exist anymore
|
2011-12-22 13:03:08 -08:00 |
guest
|
Fix halt issues and acceptance test associated with it
|
2011-12-22 13:38:30 -08:00 |
hosts
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
provisioners
|
Provisioner output is now colorized based on stdout/stderr [GH-595]
|
2011-12-16 17:55:12 -08:00 |
ssh
|
SSH working with new changes
|
2011-12-10 12:49:35 -08:00 |
util
|
Use Vagrant::Util::Subprocess for acceptance tests
|
2011-12-22 21:46:43 -08:00 |
action.rb
|
Customizations are back in!
|
2011-12-21 16:25:58 -08:00 |
box.rb
|
Lazy load attributes for runners. Get box repackage working.
|
2011-12-09 20:24:34 -08:00 |
box_collection.rb
|
Throw an error if a box already exists when calling box.add
|
2011-12-10 13:09:03 -08:00 |
cli.rb
|
`vagrant --help` now works for Ruby 1.8.7 [GH-599]
|
2011-12-20 16:28:45 -08:00 |
command.rb
|
`vagrant init` uses new OptParse based CLI
|
2011-12-17 21:06:00 -08:00 |
config.rb
|
Config classes are registered via a registry now
|
2011-12-15 20:32:33 -08:00 |
data_store.rb
|
DataStore: Remove the file_path check in commit
|
2011-12-22 21:20:31 -08:00 |
downloaders.rb
|
Be gone glob loader! Move everything to autoload or explicit require.
|
2011-01-07 01:12:16 -08:00 |
driver.rb
|
Attach a driver to each VM. Use that to detect VirtualBox.
|
2011-12-20 21:20:45 -08:00 |
environment.rb
|
Load VirtualBox VM in the VM class
|
2011-12-20 21:20:45 -08:00 |
errors.rb
|
Get rid of 64-bit Windows error since it should work now
|
2011-12-22 12:51:20 -08:00 |
guest.rb
|
Fix autoload typo for redhat guest [GH-600]
|
2011-12-20 16:27:51 -08:00 |
hosts.rb
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
plugin.rb
|
Do not load a plugin if it depends on invalid version of Vagrant
|
2011-07-02 09:27:28 -07:00 |
provisioners.rb
|
Autoload provisioners.
|
2011-12-14 22:49:14 -08:00 |
registry.rb
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
ssh.rb
|
Lots more VBoxManage
|
2011-12-21 13:37:59 -08:00 |
test_helpers.rb
|
Make init respect the env's cwd.
|
2011-10-30 22:48:35 -07:00 |
ui.rb
|
Provisioner output is now colorized based on stdout/stderr [GH-595]
|
2011-12-16 17:55:12 -08:00 |
util.rb
|
Remove GlobLoader from util.rb since it doesn't exist anymore
|
2011-11-13 13:19:16 -08:00 |
version.rb
|
v0.8.10
|
2011-12-10 21:08:13 -08:00 |
vm.rb
|
Handle the case properly where the VM in `.vagrant` doesn't exist anymore
|
2011-12-22 13:03:08 -08:00 |