.. |
action
|
Fix regression with `package` not working. [closes GH-132]
|
2010-08-02 19:44:15 -07:00 |
commands
|
Make sure `vagrant init` gets proper default box
|
2010-08-01 19:33:04 -07:00 |
downloaders
|
Get rid of some outdated TODOs
|
2010-07-26 08:56:55 -07:00 |
exceptions
|
Fix superclass mismatch for exception.
|
2010-07-27 23:27:23 -07:00 |
hosts
|
NFS cleanup no longer errors if /etc/exports doesn't exist. [closes GH-126]
|
2010-07-30 09:38:45 -07:00 |
provisioners
|
Use File.join instead of File.expand_path in chef solo provisioner for folder paths. Allows it work on windows again.
|
2010-08-18 11:40:49 -07:00 |
systems
|
Mount NFS folders on the linux system
|
2010-07-13 22:04:56 -07:00 |
util
|
Fix strange formatting from `vagrant init` [closes GH-142]
|
2010-08-19 22:15:47 -07:00 |
action.rb
|
Raise a useful exception when an invalid callable is ran
|
2010-07-27 19:35:57 -07:00 |
active_list.rb
|
If JSON parsing fails on reading the active list, just set it to an empty hash
|
2010-05-06 11:02:53 -07:00 |
box.rb
|
`vagrant box repackage` can now take the typical `--output` and `--include` parameters
|
2010-07-28 20:30:16 -07:00 |
command.rb
|
Environment loads blank VMs for non-created VMs.
|
2010-05-15 01:34:31 -07:00 |
config.rb
|
Remove `config.package.extension` option. Use `config.package.name` instead.
|
2010-07-24 09:24:43 -07:00 |
environment.rb
|
Remove Environment#require_box since it is no longer used
|
2010-07-23 22:37:38 -07:00 |
ssh.rb
|
Added "IdentitiesOnly" flag to `vagrant ssh` to avoid "Too Many Auth Failures" error message
|
2010-08-02 19:52:11 -07:00 |
util.rb
|
Move output helpers into the actual util class, gets rid of method missing on environment
|
2010-07-13 21:35:47 -07:00 |
version.rb
|
Bump version for development
|
2010-08-03 20:11:33 -07:00 |
vm.rb
|
`vagrant up` can be used the same as `vagrant resume` [closes GH-134]
|
2010-08-03 19:43:39 -07:00 |