Skip to content

Instantly share code, notes, and snippets.

@garethrees
Created February 13, 2018 10:19
Show Gist options
  • Select an option

  • Save garethrees/02201ea1bd730451ed6a8e2bdeed59f2 to your computer and use it in GitHub Desktop.

Select an option

Save garethrees/02201ea1bd730451ed6a8e2bdeed59f2 to your computer and use it in GitHub Desktop.
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