From e643764f9d02c6b4753e09e128ecd617ef5ffc9f Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Wed, 1 Apr 2015 08:04:27 -0500 Subject: [PATCH] Fix checksum on Ubuntu iso --- build/packer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/packer.json b/build/packer.json index 0bdf64f03..2ac8c2987 100644 --- a/build/packer.json +++ b/build/packer.json @@ -53,7 +53,7 @@ "guest_os_type": "Ubuntu_64", "http_directory": "ubuntu/14.04", "iso_url": "http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-server-amd64.iso", - "iso_checksum": "ca2531b8cd79ea5b778ede3a524779b9", + "iso_checksum": "83aabd8dcf1e8f469f3c72fff2375195", "iso_checksum_type": "md5", "ssh_username": "onebody", "ssh_password": "onebody",