From 3cea4a1ddbd06ab11481b769c5908fdc72c25650 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Sat, 19 Apr 2014 13:16:51 -0400 Subject: [PATCH] Cleanup inconsistencies in Ubuntu templates. * Build all templates non-headless so we can see error output * Remove extraneous provisioner --- packer/ubuntu-13.10-amd64.json | 1 - packer/ubuntu-13.10-i386.json | 5 ----- packer/ubuntu-14.04-amd64.json | 1 - packer/ubuntu-14.04-i386.json | 5 ----- 4 files changed, 12 deletions(-) diff --git a/packer/ubuntu-13.10-amd64.json b/packer/ubuntu-13.10-amd64.json index fd8987b98..b90e5148c 100644 --- a/packer/ubuntu-13.10-amd64.json +++ b/packer/ubuntu-13.10-amd64.json @@ -85,7 +85,6 @@ "boot_wait": "10s", "disk_size": 40960, "guest_os_type": "ubuntu-64", - "headless": true, "http_directory": "http", "iso_checksum": "5dd72c694c3a7e06a3b4dd651ca26cfc70985004", "iso_checksum_type": "sha1", diff --git a/packer/ubuntu-13.10-i386.json b/packer/ubuntu-13.10-i386.json index 283eafc05..d3d3246f2 100644 --- a/packer/ubuntu-13.10-i386.json +++ b/packer/ubuntu-13.10-i386.json @@ -112,11 +112,6 @@ } ], "provisioners": [ - { - "destination": "/tmp/shutdown.sh", - "source": "scripts/common/shutdown.sh", - "type": "file" - }, { "environment_vars": [ "CHEF_VERSION={{user `chef_version`}}" diff --git a/packer/ubuntu-14.04-amd64.json b/packer/ubuntu-14.04-amd64.json index 149dfc671..7cde373cc 100644 --- a/packer/ubuntu-14.04-amd64.json +++ b/packer/ubuntu-14.04-amd64.json @@ -85,7 +85,6 @@ "boot_wait": "10s", "disk_size": 40960, "guest_os_type": "ubuntu-64", - "headless": true, "http_directory": "http", "iso_checksum": "4d94f6111b8fe47da94396180ce499d8c0bb44f3", "iso_checksum_type": "sha1", diff --git a/packer/ubuntu-14.04-i386.json b/packer/ubuntu-14.04-i386.json index ec36dcb58..b97948c1d 100644 --- a/packer/ubuntu-14.04-i386.json +++ b/packer/ubuntu-14.04-i386.json @@ -112,11 +112,6 @@ } ], "provisioners": [ - { - "destination": "/tmp/shutdown.sh", - "source": "scripts/common/shutdown.sh", - "type": "file" - }, { "environment_vars": [ "CHEF_VERSION={{user `chef_version`}}"