Downloads:
526,030
Downloads of v 1.7.4.20160919:
576
Last Update:
19 Sep 2016
Package Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- John Bender
- HashiCorp
Tags:
vagrant admin sandbox virtual machine testing vm virtualbox vmwareVagrant (Install)
This is not the latest version of Vagrant (Install) available.
- 1
- 2
- 3
1.7.4.20160919 | Updated: 19 Sep 2016
Downloads:
526,030
Downloads of v 1.7.4.20160919:
576
Maintainer(s):
Software Author(s):
- Mitchell Hashimoto
- John Bender
- HashiCorp
Vagrant (Install) 1.7.4.20160919
This is not the latest version of Vagrant (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mitchell Hashimoto, John Bender, HashiCorp. The inclusion of Mitchell Hashimoto, John Bender, HashiCorp trademark(s), if any, upon this webpage is solely to identify Mitchell Hashimoto, John Bender, HashiCorp goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Vagrant (Install), run the following command from the command line or from PowerShell:
To upgrade Vagrant (Install), run the following command from the command line or from PowerShell:
To uninstall Vagrant (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vagrant --internalize --version=1.7.4.20160919 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vagrant -y --source="'INTERNAL REPO URL'" --version="'1.7.4.20160919'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vagrant -y --source="'INTERNAL REPO URL'" --version="'1.7.4.20160919'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vagrant
win_chocolatey:
name: vagrant
version: '1.7.4.20160919'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vagrant' do
action :install
source 'INTERNAL REPO URL'
version '1.7.4.20160919'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vagrant
{
Name = "vagrant"
Version = "1.7.4.20160919"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vagrant':
ensure => '1.7.4.20160919',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 19 Sep 2016.
Vagrant - Development environments made easy. Create and configure lightweight, reproducible, and portable development environments.
About
Vagrant is a tool for building complete development environments. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases development/production parity, and makes the "works on my machine" excuse a relic of the past.
Vagrant was started in January 2010 by Mitchell Hashimoto. For almost three years, Vagrant was a side-project for Mitchell, a project that he worked on in his free hours after his full-time job. During this time, Vagrant grew to be trusted and used by a range of individuals to entire development teams in large companies.
In November 2012, HashiCorp was formed by Mitchell to back the development of Vagrant full-time. HashiCorp builds commercial additions and provides professional support and training for Vagrant.
Vagrant remains and always will be a liberally licensed open source project. Each release of Vagrant is the work of hundreds of individuals' contributions to the open source project.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop';
$packageName = 'vagrant'
$packageSearch = 'Vagrant'
$installerType = 'msi'
$silentArgs = "/qn /norestart"
# https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object {
Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($_.PSChildName) $silentArgs" `
-ValidExitCodes $validExitCodes
}
Log in or click on link to see number of positives.
- vagrant.1.7.4.20160919.nupkg (e2bdcf2be816) - ## / 55
- vagrant_1.7.4.msi (a1ca7d99f162) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Vagrant (Install) 2.4.3 | 1643 | Wednesday, November 13, 2024 | Approved | |
Vagrant (Install) 2.4.2 | 1847 | Saturday, November 2, 2024 | Approved | |
Vagrant (Install) 2.4.1 | 22020 | Saturday, January 20, 2024 | Approved | |
Vagrant (Install) 2.4.0 | 10448 | Tuesday, October 17, 2023 | Approved | |
Vagrant (Install) 2.3.7 | 35784 | Friday, June 16, 2023 | Approved | |
Vagrant (Install) 2.3.6 | 4781 | Saturday, May 20, 2023 | Approved | |
Vagrant (Install) 2.3.5 | 1431 | Tuesday, May 16, 2023 | Approved | |
Vagrant (Install) 2.3.4 | 41325 | Saturday, December 10, 2022 | Approved | |
Vagrant (Install) 2.3.3 | 316 | Wednesday, November 16, 2022 | Approved | |
Vagrant (Install) 2.3.2 | 8876 | Wednesday, October 19, 2022 | Approved | |
Vagrant (Install) 2.3.1 | 7046 | Friday, September 30, 2022 | Approved | |
Vagrant (Install) 2.3.0 | 4758 | Sunday, September 4, 2022 | Approved | |
Vagrant (Install) 2.2.19 | 36292 | Saturday, November 6, 2021 | Approved | |
Vagrant (Install) 2.2.18.20210807 | 9566 | Saturday, August 7, 2021 | Exempted | |
Vagrant (Install) 2.2.18 | 3220 | Wednesday, July 28, 2021 | Approved | |
Vagrant (Install) 2.2.17 | 4015 | Thursday, July 8, 2021 | Approved | |
Vagrant (Install) 2.2.16 | 7830 | Friday, April 30, 2021 | Exempted | |
Vagrant (Install) 2.2.15 | 4660 | Wednesday, March 31, 2021 | Approved | |
Vagrant (Install) 2.2.14 | 13443 | Saturday, November 21, 2020 | Approved | |
Vagrant (Install) 2.2.13 | 4034 | Saturday, November 7, 2020 | Approved | |
Vagrant (Install) 2.2.12 | 158 | Saturday, November 7, 2020 | Approved | |
Vagrant (Install) 2.2.11 | 385 | Friday, November 6, 2020 | Approved | |
Vagrant (Install) 2.2.10 | 6698 | Tuesday, August 25, 2020 | Approved | |
Vagrant (Install) 2.2.9 | 15950 | Friday, May 8, 2020 | Approved | |
Vagrant (Install) 2.2.8 | 1553 | Tuesday, May 5, 2020 | Approved | |
Vagrant (Install) 2.2.7 | 13659 | Thursday, January 30, 2020 | Approved | |
Vagrant (Install) 2.2.6 | 12673 | Tuesday, October 15, 2019 | Approved | |
Vagrant (Install) 2.2.5 | 14975 | Wednesday, June 26, 2019 | Approved | |
Vagrant (Install) 2.2.4 | 13611 | Thursday, February 28, 2019 | Approved | |
Vagrant (Install) 2.2.3 | 7377 | Thursday, January 10, 2019 | Approved | |
Vagrant (Install) 2.2.2 | 5989 | Wednesday, November 28, 2018 | Approved | |
Vagrant (Install) 2.2.1 | 2689 | Friday, November 16, 2018 | Approved | |
Vagrant (Install) 2.2.0 | 5352 | Wednesday, October 17, 2018 | Approved | |
Vagrant (Install) 2.1.5 | 5695 | Wednesday, September 12, 2018 | Approved | |
Vagrant (Install) 2.1.4 | 3208 | Friday, August 31, 2018 | Approved | |
Vagrant (Install) 2.1.3 | 740 | Thursday, August 30, 2018 | Approved | |
Vagrant (Install) 2.1.2.20180731 | 4540 | Tuesday, July 31, 2018 | Approved | |
Vagrant (Install) 2.1.2 | 1190 | Monday, July 30, 2018 | Approved | |
Vagrant (Install) 2.1.1 | 11621 | Tuesday, May 8, 2018 | Approved | |
Vagrant (Install) 2.1.0 | 1501 | Friday, May 4, 2018 | Approved | |
Vagrant (Install) 2.0.4 | 3148 | Saturday, April 21, 2018 | Approved | |
Vagrant (Install) 2.0.3 | 5694 | Friday, March 16, 2018 | Approved | |
Vagrant (Install) 2.0.2 | 7067 | Tuesday, January 30, 2018 | Approved | |
Vagrant (Install) 2.0.1 | 11087 | Friday, November 3, 2017 | Approved | |
Vagrant (Install) 2.0.0 | 7704 | Thursday, September 7, 2017 | Approved | |
Vagrant (Install) 1.9.8 | 3035 | Thursday, August 24, 2017 | Approved | |
Vagrant (Install) 1.9.7 | 15288 | Saturday, July 8, 2017 | Approved | |
Vagrant (Install) 1.9.6 | 4213 | Thursday, June 29, 2017 | Approved | |
Vagrant (Install) 1.9.5 | 16636 | Tuesday, May 16, 2017 | Approved | |
Vagrant (Install) 1.9.4 | 4874 | Tuesday, April 25, 2017 | Approved | |
Vagrant (Install) 1.9.3 | 5578 | Wednesday, March 22, 2017 | Approved | |
Vagrant (Install) 1.9.2 | 5143 | Sunday, March 5, 2017 | Approved | |
Vagrant (Install) 1.9.1 | 10400 | Wednesday, December 7, 2016 | Approved | |
Vagrant (Install) 1.9.0 | 1879 | Tuesday, November 29, 2016 | Approved | |
Vagrant (Install) 1.8.7 | 3173 | Monday, November 7, 2016 | Approved | |
Vagrant (Install) 1.8.6 | 5872 | Wednesday, September 28, 2016 | Approved | |
Vagrant (Install) 1.8.5 | 6772 | Tuesday, July 19, 2016 | Approved | |
Vagrant (Install) 1.8.4 | 1055 | Tuesday, June 14, 2016 | Approved | |
Vagrant (Install) 1.8.3 | 505 | Friday, June 10, 2016 | Approved | |
Vagrant (Install) 1.8.1.20160318 | 4230 | Friday, March 18, 2016 | Approved | |
Vagrant (Install) 1.8.1 | 6602 | Friday, December 25, 2015 | Approved | |
Vagrant (Install) 1.7.4.20160919 | 576 | Monday, September 19, 2016 | Approved | |
Vagrant (Install) 1.7.4 | 8775 | Friday, July 17, 2015 | Approved | |
Vagrant (Install) 1.7.3.20160919 | 506 | Monday, September 19, 2016 | Approved | |
Vagrant (Install) 1.7.3 | 1109 | Sunday, July 12, 2015 | Approved | |
Vagrant 1.7.2 | 7915 | Wednesday, January 7, 2015 | Approved | |
Vagrant 1.7.1 | 1438 | Monday, December 15, 2014 | Approved | |
Vagrant 1.7.0 | 545 | Friday, December 12, 2014 | Approved | |
Vagrant 1.6.5 | 3582 | Friday, September 12, 2014 | Approved | |
Vagrant 1.6.3 | 2542 | Monday, June 16, 2014 | Approved | |
Vagrant 1.5.4 | 1465 | Thursday, April 24, 2014 | Approved | |
Vagrant 1.5.3 | 792 | Monday, April 14, 2014 | Approved | |
Vagrant 1.5.2 | 552 | Monday, April 14, 2014 | Approved | |
Vagrant 1.5.1 | 1083 | Monday, March 17, 2014 | Approved | |
Vagrant 1.4.3 | 1337 | Monday, January 13, 2014 | Approved | |
Vagrant 1.4.2 | 610 | Tuesday, January 7, 2014 | Approved | |
Vagrant 1.4.1 | 796 | Friday, December 20, 2013 | Approved | |
Vagrant 1.4.0 | 766 | Monday, December 9, 2013 | Approved | |
Vagrant 1.3.5 | 1040 | Wednesday, October 16, 2013 | Approved | |
Vagrant 1.3.4 | 636 | Thursday, October 3, 2013 | Approved | |
Vagrant 1.3.3 | 640 | Sunday, September 22, 2013 | Approved | |
Vagrant 1.3.1 | 684 | Sunday, September 8, 2013 | Approved | |
Vagrant 1.2.7 | 865 | Wednesday, July 31, 2013 | Approved | |
Vagrant 1.2.4 | 630 | Thursday, July 18, 2013 | Approved | |
Vagrant 1.2.2 | 912 | Wednesday, April 24, 2013 | Approved | |
Vagrant 1.1.5 | 656 | Wednesday, April 3, 2013 | Approved | |
Vagrant 1.1.4 | 602 | Monday, April 1, 2013 | Approved | |
Vagrant 1.1.2 | 595 | Saturday, March 23, 2013 | Approved | |
Vagrant 1.0.10 | 646 | Friday, February 15, 2013 | Approved | |
Vagrant 0.8.0 | 881 | Friday, October 14, 2011 | Approved |
Copyright 2015 HashiCorp
This package has no dependencies.
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.