From d499337dbb73afd09daba107f19835408a6c84ca Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 9 May 2019 16:45:21 +0900 Subject: [PATCH] chg: [json] Added an ENV Var to tell the underlying script that we are PACKER. --- misp.json | 1 + 1 file changed, 1 insertion(+) diff --git a/misp.json b/misp.json index ea5dedf..7b3eb86 100644 --- a/misp.json +++ b/misp.json @@ -137,6 +137,7 @@ "environment_vars": [ "DESKTOP={{user `desktop`}}", "UPDATE={{user `update`}}", + "PACKER=1", "http_proxy={{user `http_proxy`}}", "https_proxy={{user `https_proxy`}}", "no_proxy={{user `no_proxy`}}"