From dc4c868e0ee2ba700b31be267219df9eb1ca29c3 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 1 Sep 2016 09:20:16 -0700 Subject: Updates to get clean builds * Fix ubuntu user data to point to the proper provisioning script * Fix the baseline to make sure Vexxhost is not listed as a mirror * Fix agl_dependencies to not try install non-existent python-2.7 package Change-Id: If8fe295ffe097402b2e915bcd62a5e42e47e3d4f Signed-off-by: Andrew Grimberg --- packer/vars/ubuntu-16.04.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packer/vars') diff --git a/packer/vars/ubuntu-16.04.json b/packer/vars/ubuntu-16.04.json index aedec74d..7b33b382 100644 --- a/packer/vars/ubuntu-16.04.json +++ b/packer/vars/ubuntu-16.04.json @@ -3,5 +3,5 @@ "cloud_user": "ubuntu", "distro": "Ubuntu 16.04", - "cloud_user_data": "null_data" + "cloud_user_data": "provision/null_data.sh" } -- cgit 1.2.3-korg