vagrant/plugins
Raymond P. Burkholder 30ea15994a Update command.rb
Issue #8159

while using:
$ vagrant package --base ${VIRTUALBOXNAME}

this error occurs:

/usr/share/rubygems-integration/all/gems/vagrant-1.9.0/plugins/commands/package/command.rb:59:in `package_base': uninitialized constant VagrantPlugins::CommandPackage::Command::SecureRandom (NameError)
Did you mean?  SecureRandom
        from /usr/share/rubygems-integration/all/gems/vagrant-1.9.0/plugins/commands/package/command.rb:42:in `execute'
        from /usr/share/rubygems-integration/all/gems/vagrant-1.9.0/lib/vagrant/cli.rb:42:in `execute'
        from /usr/share/rubygems-integration/all/gems/vagrant-1.9.0/lib/vagrant/environment.rb:274:in `cli'
        from /usr/share/rubygems-integration/all/gems/vagrant-1.9.0/bin/vagrant:118:in `<top (required)>'
        from /usr/bin/vagrant:22:in `load'
        from /usr/bin/vagrant:22:in `<main>'
2016-12-28 19:02:13 -04:00
..
commands Update command.rb 2016-12-28 19:02:13 -04:00
communicators communicator/ssh: Allow custom generation of environment variable exports 2016-11-08 09:50:39 -08:00
guests Merge pull request #8051 from jklippel/vagrant-issue-7368 2016-12-05 15:21:04 -08:00
hosts Include error handling when subprocess commands fail 2016-10-31 07:42:30 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #7976 from chrisroberts/ssh/shell-compat 2016-11-09 16:14:33 -08:00
providers Merge pull request #7867 from bbrala/hyperv-package 2016-12-07 13:37:47 -08:00
provisioners Merge pull request #7918 from mitchellh/gildegoma/fix-7195 2016-11-15 08:29:30 +01:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders synced_folders/rsync: Escape exclude paths 2016-10-25 13:59:03 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.