Created
February 13, 2018 10:19
-
-
Save garethrees/02201ea1bd730451ed6a8e2bdeed59f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Vagrantfile b/Vagrantfile | |
| index 82d0f6a0a..d80575e22 100644 | |
| --- a/Vagrantfile | |
| +++ b/Vagrantfile | |
| @@ -117,7 +117,7 @@ end | |
| SUPPORTED_OPERATING_SYSTEMS = { | |
| 'trusty64' => 'https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20160714.0.0/providers/virtualbox.box', | |
| - 'jessie64' => 'https://atlas.hashicorp.com/puppetlabs/boxes/debian-8.2-64-nocm', | |
| + 'jessie64' => 'https://app.vagrantup.com/puppetlabs/boxes/debian-8.2-64-nocm', | |
| 'stretch64' => 'https://app.vagrantup.com/debian/boxes/stretch64' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment