vagrant/lib/vagrant
Brice Figureau 446ab32e0e Allow to recursively include files when packaging a box
This allows to bundle with a box a set of puppet manifests or chef cookbooks.
This supports both shell globbing and recursive copy of full directories.

Usage:

vagrant package ... --include=manifests
This would bundle the whole manifests/ directory

vagrant package ... --include=id*
This would bundle all files with prefix id in the produced box

Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2010-12-14 21:51:33 -08:00
..
action Allow to recursively include files when packaging a box 2010-12-14 21:51:33 -08:00
command BaseVMNotFoundError -> BaseVMNotFound and test [closes GH-200] 2010-11-03 21:35:39 -07:00
config Better box verification/error messages. 2010-10-21 17:58:17 -07:00
downloaders Allow downloading via a proxy if http_proxy environment variable is set. [closes GH-157] 2010-09-08 22:11:53 -07:00
hosts Retry on TypeError for NFS cleanup, which seems to happen during Kernel#system 2010-09-30 01:39:05 -07:00
provisioners Adds a basic Puppet provisioner to Vagrant 2010-12-07 16:57:00 -08:00
systems Configurable solaris 'suexec' command, fix shared folder mount 2010-12-07 16:50:27 -08:00
util Revert "Instead of using Kernel#system, use custom piped solution" 2010-09-29 23:38:07 -07:00
action.rb Validate only certain command sequences [closes GH-188] 2010-10-13 18:59:25 -07:00
box.rb Validate only certain command sequences [closes GH-188] 2010-10-13 18:59:25 -07: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
config.rb Disable Vagrantfile validation completely on load. see coming commits... 2010-10-12 21:08:33 -07:00
data_store.rb Nice error message given if ".vagrant" is a directory and therefore can't be accessed. [closes GH-172] 2010-10-06 18:57:39 -07:00
environment.rb Better box verification/error messages. 2010-10-21 17:58:17 -07:00
errors.rb Validations to assure base MAC address is set 2010-10-08 10:44:19 -07:00
plugin.rb Fix plugin loading in a Rails 2.3.x project [closes GH-176] 2010-10-05 13:40:09 -07:00
ssh.rb SSH gives error message if `ssh` binary is not found. [closes GH-161] 2010-09-29 23:47:17 -07:00
test_helpers.rb Nicer error message when box is not found. [closes GH-195] 2010-10-21 17:50:41 -07: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 to v0.6.9.dev 2010-11-30 20:37:29 -08:00
vm.rb Register Solaris system. 2010-12-07 16:50:34 -08:00