
202,042
Downloads
6,270
Downloads of v 2.2.3
1/10/2019
Last update
Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team.
To achieve its magic, Vagrant stands on the shoulders of giants. Machines are provisioned on top of VirtualBox, VMware, AWS, or any other provider. Then, industry-standard provisioning tools such as shell scripts, Chef, or Puppet, can be used to automatically install and configure software on the machine.
To install Vagrant (Install), run the following command from the command line or from PowerShell:
C:\> choco install vagrant
To upgrade Vagrant (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade vagrant
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageArgs = @{ packageName = 'vagrant' fileType = 'msi' url = 'https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_i686.msi' url64bit = 'https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.msi' checksum = '29a3876cf3111ba22f1ce99fc0a7beb9c133e8df7b3cabfe17ec3ac403c2048a' checksum64 = '4ac00cd17e9de3294e3d9bbec68404b9bd09c20b91f78cbb73745f0b8f01b793' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart" validExitCodes = @(0, 3010, 1641) softwareName = 'vagrant' } Install-ChocolateyPackage @packageArgs Update-SessionEnvironment $ErrorActionPreference = 'Continue' #https://github.com/chocolatey/chocolatey-coreteampackages/issues/1099 vagrant plugin repair #https://github.com/chocolatey/chocolatey-coreteampackages/issues/1024 if ($LastExitCode -ne 0) { #https://github.com/chocolatey/chocolatey-coreteampackages/issues/1099 Write-Host "WARNING: Plugin repair failed, run 'vagrant plugin expunge --reinstall' after rebooting." } $LastExitCode = 0
Virus Scan Results
- vagrant.2.2.3.nupkg (8f031863782d) - ## / 61 - Log in or click on link to see number of positives
- vagrant_2.2.3_x86_64.msi (4ac00cd17e9d) - ## / 57 - Log in or click on link to see number of positives
- vagrant_2.2.3_i686.msi (29a3876cf311) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Copyright 2015 HashiCorp
Tags
Release Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Vagrant (Install) 2.2.3 | 6270 | Thursday, January 10, 2019 | approved |
Vagrant (Install) 2.2.2 | 5506 | Wednesday, November 28, 2018 | approved |
Vagrant (Install) 2.2.1 | 2379 | Friday, November 16, 2018 | approved |
Vagrant (Install) 2.2.0 | 4904 | Wednesday, October 17, 2018 | approved |
Vagrant (Install) 2.1.5 | 5376 | Wednesday, September 12, 2018 | approved |
Vagrant (Install) 2.1.4 | 2943 | Friday, August 31, 2018 | approved |
Vagrant (Install) 2.1.3 | 461 | Thursday, August 30, 2018 | approved |
Vagrant (Install) 2.1.2.20180731 | 4296 | Tuesday, July 31, 2018 | approved |
Vagrant (Install) 2.1.2 | 800 | Monday, July 30, 2018 | approved |
Vagrant (Install) 2.1.1 | 10835 | Tuesday, May 8, 2018 | approved |
Discussion for the Vagrant (Install) Package
Ground rules:
- This discussion is only about Vagrant (Install) and the Vagrant (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Vagrant (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.