From 081ad32afc3c83669791ccf0bf8aedb6f4866a9a Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Wed, 3 Oct 2018 15:37:21 -0400 Subject: [PATCH] Remove sudo from installing packages Change-Id: Iee63f6494a989ec895be74cd2df8276bab1f78e0 Signed-off-by: Mike Marchetti --- packer/ubuntu1604-juju.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packer/ubuntu1604-juju.json b/packer/ubuntu1604-juju.json index f4930fc7..51417455 100644 --- a/packer/ubuntu1604-juju.json +++ b/packer/ubuntu1604-juju.json @@ -2,7 +2,6 @@ "provisioners": [ { "type": "shell", - "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", "script": "scripts/install_packages.sh" }, { -- 2.25.1