vagrant/lib/vagrant
Mitchell Hashimoto be97cec8b5 Allow shell expansions in shared folder guest paths again [GH-656] 2012-01-19 20:14:05 -08:00
..
action NFS action no longer needs to recover from anything 2012-01-17 13:37:52 -08:00
command Fix 'box help' subcommand for Ruby 1.8.7 2012-01-18 12:23:43 +01:00
communication More verbose logging for SSH 2012-01-19 17:02:18 -08:00
config Add a deprecation error for `config.vm.system=` [GH-653] 2012-01-19 17:41:34 -08:00
downloaders Do expand_path in FileUtils.cp, where it really matters. 2012-01-14 15:19:29 -08:00
driver Get rid of nil dereference error when reading version [GH-658] 2012-01-19 17:34:06 -08:00
guest Allow shell expansions in shared folder guest paths again [GH-656] 2012-01-19 20:14:05 -08:00
hosts Check for /etc/exports before pruning 2012-01-13 20:38:20 -08:00
provisioners Error if :vagrant is used as chef JSON key. [GH-661] 2012-01-19 19:48:57 -08:00
util Use symbol as a hash key for subprocess. Guarantees we always get a string back. 2012-01-19 17:24:22 -08:00
action.rb Prune NFS exports more cleanly. 2012-01-12 23:30:19 -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
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 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 Support VirtualBox 4.0 2012-01-07 21:16:40 -08:00
environment.rb Fix ppk path by just... not using ppk anymore. [GH-634] 2012-01-12 18:03:35 -08:00
errors.rb Printing help due to invalid options should have error exit status 2012-01-10 20:30:18 -08:00
guest.rb Fix autoload typo for redhat guest [GH-600] 2011-12-20 16:27:51 -08:00
hosts.rb Windows host 2012-01-08 11:14:01 -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 Fix syntax error for exception message. 2012-01-13 12:56:17 +09:00
test_helpers.rb Make init respect the env's cwd. 2011-10-30 22:48:35 -07: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 Update version for development 2012-01-18 11:14:02 -08:00
vm.rb Fix reference to a class that doesn't exist 2012-01-19 14:21:26 -08:00