Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Vagrantfile

Issue 29784602: #11370 - Replace Vagrant box for Debian "jessie" hosts (Closed)
Patch Set: Created May 17, 2018, 10:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -51,8 +51,8 @@
elsif record['os'] == 'debian-jessie'
# https://www.vagrantup.com/docs/boxes.html
- host.vm.box = 'debian/contrib-jessie64'
- host.vm.box_url = 'https://atlas.hashicorp.com/debian/boxes/contrib-jessie64'
+ host.vm.box = 'sagepe/jessie'
+ host.vm.box_check_update = false
# https://packages.debian.org/jessie/puppet
host.vm.provision :shell, :privileged => true, :inline => <<-end
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld