From 95e560698e3be92e558db5b06154b58a2e4cd9df Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 13 Jul 2017 09:58:34 -0400 Subject: [PATCH] append TIER- to output filename --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 22c8c9d..97ccc41 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -68,7 +68,7 @@ { "type": "compress", "compression_level": "9", - "output": "builds/{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar" + "output": "builds/TIER-{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar" }, { "type": "amazon-import",