.. |
action
|
Automatically convert all customize arguments to strings.
|
2012-02-26 14:13:24 -08:00 |
command
|
Destroy VMs in reverse order. [GH-739]
|
2012-02-14 10:42:30 -08:00 |
communication
|
Remove ANSI escape codes from SSH output
|
2012-01-23 19:29:07 -08:00 |
config
|
Remove deprecation warnings, the things are gone!
|
2012-02-25 12:35:58 -08:00 |
downloaders
|
Do expand_path in FileUtils.cp, where it really matters.
|
2012-01-14 15:19:29 -08:00 |
driver
|
Check that VirtualBox exists early. [GH-746]
|
2012-02-19 11:36:25 -08:00 |
guest
|
Support for bridged networks in FreeBSD
|
2012-02-23 18:06:40 -08:00 |
hosts
|
Added openSuSE as host system.
|
2012-02-28 11:55:39 +01:00 |
provisioners
|
Puppet accepts :facter option to override default facts [GH-753]
|
2012-02-25 10:18:17 -08:00 |
util
|
Convert line endings to Unix-style [GH-727]
|
2012-02-10 18:07:59 -08:00 |
action.rb
|
Check that VirtualBox exists early. [GH-746]
|
2012-02-19 11:36:25 -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
|
Starting on the `vagrant gem` command.
|
2012-02-06 22:16:37 -05:00 |
communication.rb
|
Communication abstraction. Started SSH.
|
2012-01-06 20:07:31 -08:00 |
config.rb
|
Config classes are registered via a registry now
|
2011-12-15 20:32:33 -08:00 |
data_store.rb
|
Allow data store to work even if file path is nil
|
2012-02-25 10:41:06 -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
|
Support VirtualBox 4.0
|
2012-01-07 21:16:40 -08:00 |
environment.rb
|
Fix crashing bug with `primary_vm` on Environment
|
2012-02-24 10:27:34 -08:00 |
errors.rb
|
You can no longer output a package to a directory [GH-730]
|
2012-02-10 17:57:40 -08:00 |
guest.rb
|
Fix autoload typo for redhat guest [GH-600]
|
2011-12-20 16:27:51 -08:00 |
hosts.rb
|
Added openSuSE as host system.
|
2012-02-28 11:55:39 +01:00 |
plugin.rb
|
Load plugins with the private gem path.
|
2012-02-06 22:39:35 -05:00 |
provisioners.rb
|
Autoload provisioners.
|
2011-12-14 22:49:14 -08:00 |
registry.rb
|
Registry will now cache result values.
|
2012-01-28 17:31:50 -08:00 |
ssh.rb
|
`vagrant ssh` now uses a direct exec() [GH-751]
|
2012-02-06 15:27:28 -05:00 |
test_helpers.rb
|
update the action_env test helper for the new environment structure
|
2012-02-06 22:47:25 -08:00 |
ui.rb
|
Vagrant now asks what adapter to bridge to
|
2012-01-01 00:05:47 -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
|
Up version for RC2
|
2012-02-19 11:50:54 -08:00 |
vm.rb
|
Make VM#run_action public for plugin devs
|
2012-02-23 23:01:43 -08:00 |