vagrant/lib/vagrant
Mike Williams 4bb8b80950 "sudo -i sh" doesn't do the right thing on Debian lenny (sudo v1.6.9). Let's try "sudo sh -l" instead. 2011-02-02 15:29:33 -08:00
..
action Host only networking only doesn't work on 64-bit Windows 2011-01-29 21:03:27 -08:00
command ssh-config checks key permissions prior to output 2011-01-28 17:52:44 -08:00
config added support for changing host name on up for Debian, Ubuntu and RedHat 2011-01-14 17:51:19 +00:00
downloaders Downloaders have clearer output to note what they're doing 2010-12-31 01:44:30 -06:00
hosts More permissive sed call on BSD hosts to prevent errors when cleaning nfs 2010-12-14 21:58:29 -08:00
provisioners chmod and execute shell provisioning script in a single session 2011-01-25 11:43:25 -08:00
ssh "sudo -i sh" doesn't do the right thing on Debian lenny (sudo v1.6.9). Let's try "sudo sh -l" instead. 2011-02-02 15:29:33 -08:00
systems Style tweaks and tests added for changing host name 2011-01-28 17:41:48 -08:00
util Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
action.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
box.rb Don't need to call ".new" on raising exceptions 2010-12-21 20:04:21 -08:00
box_collection.rb BoxCollection no longer inherits from Array 2010-11-30 20:13:45 -08:00
cli.rb YARD and some documentation 2010-09-22 09:43:30 -06:00
command.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
config.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
data_store.rb Don't rely on exceptions for data store file existence checking 2011-01-29 20:52:56 -08:00
downloaders.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
environment.rb Fix blank resource output on base box export [closes GH-267] 2011-01-09 15:52:19 -08:00
errors.rb Remove config.ssh.port, it actually never did anything 2011-01-14 00:36:49 -08:00
hosts.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
plugin.rb Fix plugin loading in a Rails 2.3.x project [closes GH-176] 2010-10-05 13:40:09 -07:00
provisioners.rb New `shell` provisioner which uploads and executes a script as root on VM 2011-01-23 12:00:50 -08:00
ssh.rb Fixed untrusted X11 forwarding when logging in. 2011-01-21 14:00:16 -08:00
systems.rb FreeBSD system 2011-01-21 16:03:50 -08:00
test_helpers.rb Set VAGRANT_HOME env var to change vagrant home directory 2011-01-06 19:21:23 -08:00
ui.rb More Ruby 1.8.7 trickery 2010-09-27 12:21:34 -07:00
util.rb Revert "Instead of using Kernel#system, use custom piped solution" 2010-09-29 23:38:07 -07:00
version.rb Up version for development 2011-01-28 18:05:14 -08:00
vm.rb FreeBSD system 2011-01-21 16:03:50 -08:00